OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnitDie
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
77
DIE &
UnitDie
;
86
/// An anonymous type for index type. Owned by
UnitDie
.
126
DIE &getUnitDie() { return
UnitDie
; }
129
bool hasContent() const { return
UnitDie
.hasChildren(); }
DwarfCompileUnit.h
35
/// Offset of the
UnitDie
from beginning of debug info section.
200
getHeaderSize() +
UnitDie
.getSize();
DwarfUnit.cpp
68
: CUNode(Node),
UnitDie
(*DIE::get(DIEValueAllocator, UnitTag)), Asm(A),
80
addSectionOffset(
UnitDie
, dwarf::DW_AT_stmt_list, 0);
[
all
...]
DwarfDebug.cpp
[
all
...]
DwarfCompileUnit.cpp
271
addSectionLabel(
UnitDie
, dwarf::DW_AT_stmt_list, LineTableStartSym,
[
all
...]
Completed in 523 milliseconds