Searched refs:PatchOffset (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.h | 42 uint64_t PatchOffset = 0; member 71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr, 73 : SectionPatch({PatchOffset}), SectionPtr(SectionPtr, AddLocalValue) {} 80 DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU, 89 DebugULEB128DieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, 98 DebugDieTypeRefPatch(uint64_t PatchOffset, TypeEntry *RefTypeName); 105 DebugType2TypeDieRefPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, 114 DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, 123 DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, 212 PatchesOffsetsList.emplace_back(¬ePatch(Patch).PatchOffset); in ADD_PATCHES_LIST() [all …]
|
H A D | DWARFLinkerCompileUnit.cpp | 471 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()
|