Home
last modified time | relevance | path

Searched refs:getGlobalTypes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h83 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes() function
DDwarfDebug.cpp1759 const StringMap<DIE*> &Globals = TheCU->getGlobalTypes(); in emitDebugPubTypes()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes() function
DDwarfDebug.cpp1378 &DwarfCompileUnit::getGlobalTypes); in emitDebugPubTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h263 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes() function
DDwarfDebug.cpp1649 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()