Lines Matching defs:SectionPatch
39 /// the descendants of SectionPatch structure should be used.
41 struct SectionPatch {
46 struct DebugStrPatch : SectionPatch {
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 {
104 struct DebugType2TypeDieRefPatch : SectionPatch {
113 struct DebugTypeStrPatch : SectionPatch {
122 struct DebugTypeLineStrPatch : SectionPatch {