OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUDie
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
48
const OwningPtr<DIE>
CUDie
;
57
/// IndexTyDie - An anonymous type for index type. Owned by
CUDie
.
91
/// Offset of the
CUDie
from beginning of debug info section.
106
DIE* getCUDie() const { return
CUDie
.get(); }
128
bool hasContent() const { return !
CUDie
->getChildren().empty(); }
184
this->
CUDie
->addChild(Buffer);
DwarfCompileUnit.cpp
38
: UniqueID(UID), Language(L),
CUDie
(D), Asm(A), DD(DW), DU(DWU),
[
all
...]
Completed in 24 milliseconds