diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:58:22 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:58:22 +0000 |
| commit | ca68bbf5c048672449db5e701c4f1bd6c04686da (patch) | |
| tree | 61add5f72038f7181852528d788f71330e913284 /llvm/lib/CodeGen | |
| parent | e0f8f574c7f41f5b61ec01aa290d52fc55a3f3c9 (diff) | |
| download | bcm5719-llvm-ca68bbf5c048672449db5e701c4f1bd6c04686da.tar.gz bcm5719-llvm-ca68bbf5c048672449db5e701c4f1bd6c04686da.zip | |
Formatting.
llvm-svn: 189296
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 7713c027ad6..ecffb257025 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -100,25 +100,25 @@ public: ~CompileUnit(); // Accessors. - unsigned getUniqueID() const { return UniqueID; } + unsigned getUniqueID() const { return UniqueID; } uint16_t getLanguage() const { return DICompileUnit(Node).getLanguage(); } const MDNode *getNode() const { return Node; } - DIE* getCUDie() const { return CUDie.get(); } - unsigned getDebugInfoOffset() const { return DebugInfoOffset; } - const StringMap<DIE*> &getGlobalNames() const { return GlobalNames; } - const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; } + DIE *getCUDie() const { return CUDie.get(); } + unsigned getDebugInfoOffset() const { return DebugInfoOffset; } + const StringMap<DIE *> &getGlobalNames() const { return GlobalNames; } + const StringMap<DIE *> &getGlobalTypes() const { return GlobalTypes; } - const StringMap<std::vector<DIE*> > &getAccelNames() const { + const StringMap<std::vector<DIE *> > &getAccelNames() const { return AccelNames; } - const StringMap<std::vector<DIE*> > &getAccelObjC() const { + const StringMap<std::vector<DIE *> > &getAccelObjC() const { return AccelObjC; } - const StringMap<std::vector<DIE*> > &getAccelNamespace() const { + const StringMap<std::vector<DIE *> > &getAccelNamespace() const { return AccelNamespace; } - const StringMap<std::vector<std::pair<DIE*, unsigned > > > - &getAccelTypes() const { + const StringMap<std::vector<std::pair<DIE *, unsigned> > > & + getAccelTypes() const { return AccelTypes; } |

