Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp49 SectionDescriptor &DebugInfoSection = in createDIETree() local
64 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
81 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
91 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
100 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
132 SectionDescriptor &DebugInfoSection = in prepareDataForTreeCreation() local
159 DebugInfoSection.ListDebugTypeDeclFilePatch.sort(PatchesComparator); in prepareDataForTreeCreation()
165 DebugInfoSection.ListDebugTypeDeclFilePatch.size()) in prepareDataForTreeCreation()
168 DebugInfoSection.ListDebugTypeDeclFilePatch.forEach( in prepareDataForTreeCreation()
H A DDWARFLinkerCompileUnit.cpp333 if (std::optional<SectionDescriptor *> DebugInfoSection = in updateDieRefPatchesWithClonedOffsets() local
336 (*DebugInfoSection) in updateDieRefPatchesWithClonedOffsets()
344 (*DebugInfoSection) in updateDieRefPatchesWithClonedOffsets()
457 SectionDescriptor &DebugInfoSection = in emitLocations() local
460 if (!DebugInfoSection.ListDebugLocPatch.empty()) { in emitLocations()
470 uint64_t InputDebugLocSectionOffset = DebugInfoSection.getIntVal( in emitLocations()
472 DebugInfoSection.getFormParams().getDwarfOffsetByteSize()); in emitLocations()
697 SectionDescriptor &DebugInfoSection = in cloneAndEmitRangeList() local
702 if (!DebugInfoSection.ListDebugRangePatch.empty()) { in cloneAndEmitRangeList()
751 DebugInfoSection.apply(CompileUnitRangePtr->PatchOffset, in cloneAndEmitRangeList()
[all …]