Searched refs:GlobalNames (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h68 /// GlobalNames - A map of globally visible named entities for this unit.
69 StringMap<const DIE *> GlobalNames; member in class:llvm::final
317 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; }
H A DDwarfCompileUnit.cpp1145 GlobalNames[FullName] = &Die;
1157 GlobalNames.insert(std::make_pair(std::move(FullName), &getUnitDie()));

Completed in 104 milliseconds