Searched defs:GlobalTypes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h63 /// GlobalTypes - A map of globally visible types for this unit.
65 StringMap<DIE*> GlobalTypes; member in class:llvm::CompileUnit
83 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }

Completed in 54 milliseconds