OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDIE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
157
///
getDIE
- Returns the debug information entry map slot for the
159
DIE *
getDIE
(const MDNode *N) const { return MDNodeToDieMap.lookup(N); }
DwarfDebug.h
162
DIE *
getDIE
() const { return TheDIE; }
Completed in 24 milliseconds