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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h68 /// GlobalNames - A map of globally visible named entities for this unit.
70 StringMap<DIE*> GlobalNames; member in class:llvm::CompileUnit
108 const StringMap<DIE*> &getGlobalNames() const { return GlobalNames; }
132 void addGlobalName(StringRef Name, DIE *Die) { GlobalNames[Name] = Die; }

Completed in 536 milliseconds