mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30410d5993
commit
fdaf0308c8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user