Searched refs:TheDwarfEmitter (Results 1 – 2 of 2) sorted by relevance
1670 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 …]
256 : TheDwarfEmitter(Emitter), DwarfLinkerClientID(ClientID) {} in TheDwarfEmitter() function779 DwarfEmitter *TheDwarfEmitter; variable