Searched refs:GlobalTypes (Results 1 - 2 of 2) 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
90 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }
H A DDwarfCompileUnit.cpp677 GlobalTypes[Ty.getName()] = Entry->getEntry();

Completed in 42 milliseconds