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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h67 /// GlobalNames - A map of globally visible named entities for this unit.
69 StringMap<DIE *> GlobalNames; member in class:llvm::CompileUnit
106 const StringMap<DIE *> &getGlobalNames() const { return GlobalNames; }
H A DDwarfCompileUnit.cpp999 GlobalNames[FullName] = Die;

Completed in 94 milliseconds