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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h45 /// GlobalTypes - A map of globally visible types for this unit.
46 StringMap<const DIE *> GlobalTypes; member in class:llvm::DwarfCompileUnit
192 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; }
H A DDwarfCompileUnit.cpp724 GlobalTypes[FullName] = &Die;

Completed in 65 milliseconds