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
80
DIE &
UnitDie
;
82
/// Offset of the
UnitDie
from beginning of debug info section.
92
/// An anonymous type for index type. Owned by
UnitDie
.
133
DIE &getUnitDie() { return
UnitDie
; }
139
bool hasContent() const { return
UnitDie
.hasChildren(); }
DwarfCompileUnit.h
182
getHeaderSize() +
UnitDie
.getSize();
DwarfUnit.cpp
70
UnitDie
(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0),
82
addSectionOffset(
UnitDie
, dwarf::DW_AT_stmt_list, 0);
[
all
...]
DwarfDebug.cpp
[
all
...]
DwarfCompileUnit.cpp
259
addSectionLabel(
UnitDie
, dwarf::DW_AT_stmt_list, LineTableStartSym,
Completed in 50 milliseconds