Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp48 SectionDescriptor &DebugInfoSection = in createDIETree() local
63 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
80 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
90 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
99 DebugInfoSection.notePatchWithOffsetUpdate( in createDIETree()
131 SectionDescriptor &DebugInfoSection = in prepareDataForTreeCreation() local
158 DebugInfoSection.ListDebugTypeDeclFilePatch.sort(PatchesComparator); in prepareDataForTreeCreation()
164 DebugInfoSection.ListDebugTypeDeclFilePatch.size()) in prepareDataForTreeCreation()
167 DebugInfoSection.ListDebugTypeDeclFilePatch.forEach( in prepareDataForTreeCreation()
H A DDWARFLinkerCompileUnit.cpp332 if (std::optional<SectionDescriptor *> DebugInfoSection = in updateDieRefPatchesWithClonedOffsets() local
335 (*DebugInfoSection) in updateDieRefPatchesWithClonedOffsets()
343 (*DebugInfoSection) in updateDieRefPatchesWithClonedOffsets()
454 SectionDescriptor &DebugInfoSection = in emitLocations() local
457 if (!DebugInfoSection.ListDebugLocPatch.empty()) { in emitLocations()
464 DebugInfoSection.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in emitLocations()
467 uint64_t InputDebugLocSectionOffset = DebugInfoSection.getIntVal( in emitLocations()
469 DebugInfoSection.getFormParams().getDwarfOffsetByteSize()); in emitLocations()
503 DebugInfoSection.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, in emitLocations()
694 SectionDescriptor &DebugInfoSection = in cloneAndEmitRangeList() local
[all …]