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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h89 /// addGlobal - Add a new global entity to the compile unit.
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; } function in class:llvm::CompileUnit

Completed in 607 milliseconds