Searched refs:SectionDescriptor (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.h | 69 struct SectionDescriptor; 71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr, 75 PointerIntPair<SectionDescriptor *, 1> SectionPtr; 152 struct SectionDescriptor : SectionDescriptorBase { struct 316 const SectionDescriptor & argument 348 std::optional<const SectionDescriptor *> 360 std::optional<SectionDescriptor *> 372 SectionDescriptor & 377 SectionDescriptor *Section = in getOrCreateSectionDescriptor() 395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() [all …]
|
| H A D | OutputSections.cpp | 60 void SectionDescriptor::clearAllSectionData() { in clearAllSectionData() 78 void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() { in setSizesForSectionCreatedByAsmPrinter() 116 void SectionDescriptor::emitString(dwarf::Form StringForm, in emitString() 140 void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) { in emitIntVal() 167 void SectionDescriptor::emitBinaryData(llvm::StringRef Data) { in emitBinaryData() 171 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply() 250 void SectionDescriptor::applyIntVal(uint64_t PatchOffset, uint64_t Val, in applyIntVal() 304 SectionDescriptor &Section, in applyPatches() 364 std::optional<SectionDescriptor *> RangeSection; in applyPatches() 380 std::optional<SectionDescriptor *> LocationSection; in applyPatches() [all …]
|
| H A D | DWARFLinkerUnit.cpp | 46 SectionDescriptor &AbbrevSection = in emitAbbreviations() 60 SectionDescriptor &AbbrevSection) { in emitDwarfAbbrevEntry() 100 SectionDescriptor &OutSection = in emitDebugInfo() 137 SectionDescriptor &OutDebugStrOffsetsSection = in emitDebugStringOffsetSection() 175 DwarfUnit::emitPubAcceleratorEntry(SectionDescriptor &OutSection, in emitPubAcceleratorEntry() 228 SectionDescriptor &OutSection = in emitPubAccelerators() 239 SectionDescriptor &OutSection = in emitPubAccelerators()
|
| H A D | DebugLineSectionEmitter.h | 37 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 D | DWARFLinkerTypeUnit.cpp | 49 SectionDescriptor &DebugInfoSection = in createDIETree() 51 SectionDescriptor &DebugLineSection = in createDIETree() 132 SectionDescriptor &DebugInfoSection = in prepareDataForTreeCreation() 196 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation() 218 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation()
|
| H A D | DWARFLinkerImpl.cpp | 754 SectionDescriptor &OutSection = in cloneAndEmitDebugFrame() 847 SectionDescriptor &Section) { in emitFDE() 892 if (std::optional<SectionDescriptor *> DebugInfo = in printStatistic() 1008 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() 1024 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() 1110 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes() 1261 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() 1282 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() 1303 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() 1324 SectionDescriptor &OutSection = in emitAppleAcceleratorSections() [all …]
|
| H A D | DWARFLinkerCompileUnit.cpp | 333 if (std::optional<SectionDescriptor *> DebugInfoSection = in updateDieRefPatchesWithClonedOffsets() 354 if (std::optional<SectionDescriptor *> DebugLocSection = in updateDieRefPatchesWithClonedOffsets() 457 SectionDescriptor &DebugInfoSection = in emitLocations() 461 SectionDescriptor &OutLocationSection = in emitLocations() 551 SectionDescriptor &OutLocationSection) { in emitLocListFragment() 642 SectionDescriptor &OutAddrSection = in emitDebugAddrSection() 697 SectionDescriptor &DebugInfoSection = in cloneAndEmitRangeList() 699 SectionDescriptor &OutRangeSection = in cloneAndEmitRangeList() 842 SectionDescriptor &DebugInfoSection = in emitAranges() 844 SectionDescriptor &OutArangesSection = in emitAranges() [all …]
|
| H A D | DWARFLinkerUnit.h | 162 SectionDescriptor &AbbrevSection); 166 emitPubAcceleratorEntry(SectionDescriptor &OutSection, const AccelInfo &Info,
|
| H A D | DWARFLinkerCompileUnit.h | 431 SectionDescriptor &Section, 618 uint64_t emitLocListHeader(SectionDescriptor &OutLocationSection); 623 SectionDescriptor &OutLocationSection); 636 uint64_t emitRangeListHeader(SectionDescriptor &OutRangeSection); 640 SectionDescriptor &OutRangeSection);
|
| H A D | DIEAttributeCloner.h | 151 SectionDescriptor &DebugInfoOutputSection;
|
| H A D | DWARFLinkerImpl.h | 267 StringRef FDEBytes, SectionDescriptor &Section);
|