Home
last modified time | relevance | path

Searched refs:TheDwarfEmitter (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1573 RangeAttribute.set(TheDwarfEmitter->getRangesSectionSize()); in patchRangesForUnit()
1595 TheDwarfEmitter->emitRangesEntries(UnitPcOffset, OrigLowPc, CurrRange, in patchRangesForUnit()
1609 Attr->set(TheDwarfEmitter->getRangesSectionSize()); in generateUnitRanges()
1610 TheDwarfEmitter->emitUnitRangesEntries(Unit, static_cast<bool>(Attr)); in generateUnitRanges()
1669 DIEInteger(TheDwarfEmitter->getLineSectionSize())); in patchLineTableForUnit()
1680 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()
1794 TheDwarfEmitter->emitLineTableForUnit( in patchLineTableForUnit()
1822 TheDwarfEmitter->emitPubNamesForUnit(Unit); in emitAppleAcceleratorEntriesForUnit()
1828 TheDwarfEmitter->emitPubTypesForUnit(Unit); in emitAppleAcceleratorEntriesForUnit()
1916 std::make_pair(CIEData, TheDwarfEmitter->getFrameSectionSize())); in patchFrameInfoForObject()
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h249 : TheDwarfEmitter(Emitter), DwarfLinkerClientID(ClientID) {} in TheDwarfEmitter() function
729 DwarfEmitter *TheDwarfEmitter; variable