Searched refs:SectionPatch (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.h | 41 struct SectionPatch { struct 46 struct DebugStrPatch : SectionPatch { argument 51 struct DebugLineStrPatch : SectionPatch { 57 struct DebugRangePatch : SectionPatch { 64 struct DebugLocPatch : SectionPatch { 70 struct DebugOffsetPatch : SectionPatch { 73 : SectionPatch({PatchOffset}), SectionPtr(SectionPtr, AddLocalValue) {} 79 struct DebugDieRefPatch : SectionPatch { 88 struct DebugULEB128DieRefPatch : SectionPatch { 97 struct DebugDieTypeRefPatch : SectionPatch { [all …]
|
| H A D | OutputSections.cpp | 20 : SectionPatch({PatchOffset}), in DebugDieRefPatch() 29 : SectionPatch({PatchOffset}), in DebugULEB128DieRefPatch() 35 : SectionPatch({PatchOffset}), RefTypeName(RefTypeName) {} in DebugDieTypeRefPatch() 41 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugType2TypeDieRefPatch() 46 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugTypeStrPatch() 52 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugTypeLineStrPatch()
|