Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h41 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 DOutputSections.cpp20 : 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()