Home
last modified time | relevance | path

Searched refs:getGlobalNames (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h221 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames() function
DDwarfDebug.cpp1309 &DwarfCompileUnit::getGlobalNames); in emitDebugPubNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h262 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames() function
DDwarfDebug.cpp1644 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()