OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDIE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
725
return
getDIE
(Context);
742
DIE *TyDIE =
getDIE
(Ty);
[
all
...]
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; }
DwarfDebug.cpp
360
DIE *SPDie = SPCU->
getDIE
(SPNode);
494
DIE *OriginDIE = TheCU->
getDIE
(InlinedSP);
574
!TheCU->
getDIE
(DS))
608
ScopeDIE = TheCU->
getDIE
(DS);
832
EntityDie = TheCU->
getDIE
(Entity);
[
all
...]
Completed in 279 milliseconds