OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnitDie
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp
66
DIE &Die = TheU->
getUnitDie
();
95
return computeSizeAndOffset(TheU->
getUnitDie
(), Offset);
DwarfDebug.cpp
392
DIE &Die = NewCU.
getUnitDie
();
555
uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.
getUnitDie
());
556
TheCU.addUInt(TheCU.
getUnitDie
(), dwarf::DW_AT_GNU_dwo_id,
558
SkCU->addUInt(SkCU->
getUnitDie
(), dwarf::DW_AT_GNU_dwo_id,
565
SkCU->addSectionLabel(SkCU->
getUnitDie
(), dwarf::DW_AT_GNU_addr_base,
570
SkCU->addSectionLabel(SkCU->
getUnitDie
(), dwarf::DW_AT_GNU_ranges_base,
588
U.addUInt(U.
getUnitDie
(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0);
591
U.attachRangesOrLowHighPC(U.
getUnitDie
(), TheCU.takeRanges());
597
U.addSectionLabel(U.
getUnitDie
(), dwarf::DW_AT_macro_info,
[
all
...]
DwarfUnit.h
126
DIE &
getUnitDie
() { return UnitDie; }
DwarfCompileUnit.cpp
24
insertDIE(Node, &
getUnitDie
());
643
ContextDIE = &
getUnitDie
();
649
ContextDIE = &
getUnitDie
();
[
all
...]
DwarfUnit.cpp
293
DieCU = &
getUnitDie
();
295
EntryCU = &
getUnitDie
();
663
return &
getUnitDie
();
[
all
...]
Completed in 201 milliseconds