Home
last modified time | relevance | path

Searched refs:SectionDescriptor (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h69 struct SectionDescriptor;
71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr,
75 PointerIntPair<SectionDescriptor *, 1> SectionPtr;
152 struct SectionDescriptor : SectionDescriptorBase { struct
155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData, in SectionDescriptor() function
318 const SectionDescriptor & argument
334 SectionDescriptor &getSectionDescriptor(DebugSectionKind SectionKind) { in getSectionDescriptor()
350 std::optional<const SectionDescriptor *>
362 std::optional<SectionDescriptor *>
374 SectionDescriptor &
[all …]
H A DOutputSections.cpp59 void SectionDescriptor::clearAllSectionData() { in clearAllSectionData()
75 void SectionDescriptor::clearSectionContent() { Contents = OutSectionDataTy(); } in clearSectionContent()
77 void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() { in setSizesForSectionCreatedByAsmPrinter()
115 void SectionDescriptor::emitString(dwarf::Form StringForm, in emitString()
139 void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) { in emitIntVal()
166 void SectionDescriptor::emitBinaryData(llvm::StringRef Data) { in emitBinaryData()
170 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply()
225 uint64_t SectionDescriptor::getIntVal(uint64_t PatchOffset, unsigned Size) { in getIntVal()
249 void SectionDescriptor::applyIntVal(uint64_t PatchOffset, uint64_t Val, in applyIntVal()
279 void SectionDescriptor::applyULEB128(uint64_t PatchOffset, uint64_t Val) { in applyULEB128()
[all …]
H A DDWARFLinkerUnit.cpp46 SectionDescriptor &AbbrevSection = in emitAbbreviations()
60 SectionDescriptor &AbbrevSection) { in emitDwarfAbbrevEntry()
98 SectionDescriptor &OutSection = in emitDebugInfo()
135 SectionDescriptor &OutDebugStrOffsetsSection = in emitDebugStringOffsetSection()
173 DwarfUnit::emitPubAcceleratorEntry(SectionDescriptor &OutSection, in emitPubAcceleratorEntry()
226 SectionDescriptor &OutSection = in emitPubAccelerators()
237 SectionDescriptor &OutSection = in emitPubAccelerators()
H A DDebugLineSectionEmitter.h37 SectionDescriptor &OutSection = in emit()
101 SectionDescriptor &Section) { in emitLineTablePrologue()
128 SectionDescriptor &Section) { in emitLineTablePrologueV2IncludeAndFileTable()
170 SectionDescriptor &Section) { in emitLineTablePrologueV5IncludeAndFileTable()
269 SectionDescriptor &Section) { in emitLineTableProloguePayload()
296 SectionDescriptor &Section) { in emitLineTableRows()
H A DDWARFLinkerTypeUnit.cpp48 SectionDescriptor &DebugInfoSection = in createDIETree()
50 SectionDescriptor &DebugLineSection = in createDIETree()
131 SectionDescriptor &DebugInfoSection = in prepareDataForTreeCreation()
195 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation()
217 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation()
H A DDWARFLinkerImpl.cpp751 SectionDescriptor &OutSection = in cloneAndEmitDebugFrame()
844 SectionDescriptor &Section) { in emitFDE()
889 if (std::optional<SectionDescriptor *> DebugInfo = in printStatistic()
1004 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString()
1020 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString()
1106 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes()
1257 SectionDescriptor &OutSection = in emitAppleAcceleratorSections()
1278 SectionDescriptor &OutSection = in emitAppleAcceleratorSections()
1299 SectionDescriptor &OutSection = in emitAppleAcceleratorSections()
1320 SectionDescriptor &OutSection = in emitAppleAcceleratorSections()
[all …]
H A DDWARFLinkerCompileUnit.cpp332 if (std::optional<SectionDescriptor *> DebugInfoSection = in updateDieRefPatchesWithClonedOffsets()
353 if (std::optional<SectionDescriptor *> DebugLocSection = in updateDieRefPatchesWithClonedOffsets()
365 if (std::optional<SectionDescriptor *> DebugLocListsSection = in updateDieRefPatchesWithClonedOffsets()
454 SectionDescriptor &DebugInfoSection = in emitLocations()
458 SectionDescriptor &OutLocationSection = in emitLocations()
522 uint64_t CompileUnit::emitLocListHeader(SectionDescriptor &OutLocationSection) { in emitLocListHeader()
548 SectionDescriptor &OutLocationSection) { in emitLocListFragment()
639 SectionDescriptor &OutAddrSection = in emitDebugAddrSection()
694 SectionDescriptor &DebugInfoSection = in cloneAndEmitRangeList()
696 SectionDescriptor &OutRangeSection = in cloneAndEmitRangeList()
[all …]
H A DDWARFLinkerUnit.h167 SectionDescriptor &AbbrevSection);
171 emitPubAcceleratorEntry(SectionDescriptor &OutSection, const AccelInfo &Info,
H A DDWARFLinkerCompileUnit.h431 SectionDescriptor &Section,
618 uint64_t emitLocListHeader(SectionDescriptor &OutLocationSection);
623 SectionDescriptor &OutLocationSection);
636 uint64_t emitRangeListHeader(SectionDescriptor &OutRangeSection);
640 SectionDescriptor &OutRangeSection);
H A DDWARFLinkerImpl.h266 StringRef FDEBytes, SectionDescriptor &Section);