Home
last modified time | relevance | path

Searched refs:PatchOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp20 : SectionPatch({PatchOffset}), in DebugDieRefPatch()
29 : SectionPatch({PatchOffset}), in DebugULEB128DieRefPatch()
183 applyIntVal(PatchOffset, Val, 1); in apply()
186 applyIntVal(PatchOffset, Val, 2); in apply()
189 applyIntVal(PatchOffset, Val, 4); in apply()
192 applyIntVal(PatchOffset, Val, 8); in apply()
196 applyIntVal(PatchOffset, Val, 1); in apply()
208 applyULEB128(PatchOffset, Val); in apply()
211 applySLEB128(PatchOffset, Val); in apply()
330 Patch.PatchOffset += in applyPatches()
[all …]
H A DOutputSections.h42 uint64_t PatchOffset = 0; member
71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr,
89 DebugULEB128DieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU,
98 DebugDieTypeRefPatch(uint64_t PatchOffset, TypeEntry *RefTypeName);
114 DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
212 PatchesOffsetsList.emplace_back(&notePatch(Patch).PatchOffset); in ADD_PATCHES_LIST()
267 void apply(uint64_t PatchOffset, dwarf::Form AttrForm, uint64_t Val);
270 uint64_t getIntVal(uint64_t PatchOffset, unsigned Size);
274 void applyIntVal(uint64_t PatchOffset, uint64_t Val, unsigned Size);
277 void applyULEB128(uint64_t PatchOffset, uint64_t Val);
[all …]
H A DDWARFLinkerCompileUnit.cpp471 Patch.PatchOffset, in emitLocations()
506 DebugInfoSection.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, in emitLocations()
715 Patch.PatchOffset, in cloneAndEmitRangeList()
742 DebugInfoSection.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, in cloneAndEmitRangeList()
751 DebugInfoSection.apply(CompileUnitRangePtr->PatchOffset, in cloneAndEmitRangeList()