Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h58 StringMap<const DIE *> GlobalNames; variable
221 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames()
DDwarfCompileUnit.cpp728 GlobalNames[FullName] = &Die; in addGlobalName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h67 StringMap<const DIE *> GlobalNames; variable
262 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames()
DDwarfCompileUnit.cpp894 GlobalNames[FullName] = &Die; in addGlobalName()
906 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalNameForTypeUnit()