Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1670 RangeAttribute.set(TheDwarfEmitter->getRangesSectionSize()); in patchRangesForUnit()
1706 TheDwarfEmitter->emitDwarfDebugRangesTableFragment(Unit, LinkedRanges); in patchRangesForUnit()
1719 Attr->set(TheDwarfEmitter->getRangesSectionSize()); in generateUnitRanges()
1720 TheDwarfEmitter->emitUnitRangesEntries(Unit, static_cast<bool>(Attr)); in generateUnitRanges()
1779 DIEInteger(TheDwarfEmitter->getLineSectionSize())); in patchLineTableForUnit()
1790 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()
1894 TheDwarfEmitter->emitLineTableForUnit( in patchLineTableForUnit()
1944 TheDwarfEmitter->emitPubNamesForUnit(Unit); in emitAcceleratorEntriesForUnit()
1945 TheDwarfEmitter->emitPubTypesForUnit(Unit); in emitAcceleratorEntriesForUnit()
2022 std::make_pair(CIEData, TheDwarfEmitter->getFrameSectionSize())); in patchFrameInfoForObject()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h256 : TheDwarfEmitter(Emitter), DwarfLinkerClientID(ClientID) {} in TheDwarfEmitter() function
779 DwarfEmitter *TheDwarfEmitter; variable