Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h46 StringMap<const DIE *> GlobalTypes; variable
192 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp724 GlobalTypes[FullName] = &Die; in addGlobalType()