Home
last modified time | relevance | path

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

/freebsd/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.cpp19 : SectionPatch({PatchOffset}), in DebugDieRefPatch()
28 : SectionPatch({PatchOffset}), in DebugULEB128DieRefPatch()
34 : SectionPatch({PatchOffset}), RefTypeName(RefTypeName) {} in DebugDieTypeRefPatch()
40 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugType2TypeDieRefPatch()
45 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugTypeStrPatch()
51 : SectionPatch({PatchOffset}), Die(Die), TypeName(TypeName), in DebugTypeLineStrPatch()