OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addGlobalName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
130
///
addGlobalName
- Add a new global entity to the compile unit.
132
void
addGlobalName
(StringRef Name, DIE *Die) { GlobalNames[Name] = Die; }
DwarfCompileUnit.cpp
[
all
...]
DwarfDebug.cpp
795
TheCU->
addGlobalName
(SP.getName(), SubprogramDie);
[
all
...]
Completed in 28 milliseconds