Home
last modified time | relevance | path

Searched refs:SubRI (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp103 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
109 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
110 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
112 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
113 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
121 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
125 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
130 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
137 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp113 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
119 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
120 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
122 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
123 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
131 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
135 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
140 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
147 if (SubRI.r_length == 3) in parsePairRelocation()
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp111 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
117 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
118 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
120 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
121 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
129 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
133 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
138 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
145 if (SubRI.r_length == 3) in parsePairRelocation()
172 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp103 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
109 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
110 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
112 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
113 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
121 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
125 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
130 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
137 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp103 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
109 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
110 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
112 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
113 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
121 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
125 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
130 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
137 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp113 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
119 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
120 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
122 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
123 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
131 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
135 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
140 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
147 if (SubRI.r_length == 3) in parsePairRelocation()
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp111 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
117 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
118 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
120 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
121 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
129 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
133 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
138 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
145 if (SubRI.r_length == 3) in parsePairRelocation()
172 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp103 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
109 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
110 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
112 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
113 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
121 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
125 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
130 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
137 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp103 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
109 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
110 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
112 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
113 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
121 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
125 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
130 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
137 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp113 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
119 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
120 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
122 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
123 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
131 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
135 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
140 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
147 if (SubRI.r_length == 3) in parsePairRelocation()
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation() argument
127 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()
128 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()
130 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
131 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
139 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
143 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
148 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
155 if (SubRI.r_length == 3) in parsePairRelocation()
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp127 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
133 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
134 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
136 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
137 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
145 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
149 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
153 auto FromAtom = findAtomBySymbolIndex(SubRI); in parsePairRelocation()
159 if (SubRI.r_length == 3) in parsePairRelocation()
186 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp102 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
108 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
109 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
111 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
112 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
120 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
124 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
129 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
136 if (SubRI.r_length == 3) in parsePairRelocation()
164 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_x86_64.cpp104 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
110 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
111 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
113 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
114 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
122 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
126 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
131 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
138 if (SubRI.r_length == 3) in parsePairRelocation()
166 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp102 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
108 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
109 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
111 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
112 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
120 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
124 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
129 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
136 if (SubRI.r_length == 3) in parsePairRelocation()
163 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_x86_64.cpp104 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
110 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
111 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
113 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
114 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
122 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
126 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
131 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
138 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp104 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
110 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
111 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
113 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
114 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
122 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
126 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
131 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
138 if (SubRI.r_length == 3) in parsePairRelocation()
166 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp102 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
108 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
109 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
111 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
112 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
120 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
124 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
129 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
136 if (SubRI.r_length == 3) in parsePairRelocation()
164 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp102 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
108 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
109 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
111 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
112 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
120 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
124 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
129 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
136 if (SubRI.r_length == 3) in parsePairRelocation()
163 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]
H A DMachO_x86_64.cpp104 const MachO::relocation_info &SubRI, in parsePairRelocation() argument
110 assert(((SubtractorKind == Delta32 && SubRI.r_length == 2) || in parsePairRelocation()
111 (SubtractorKind == Delta64 && SubRI.r_length == 3)) && in parsePairRelocation()
113 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()
114 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()
122 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()
126 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()
131 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()
138 if (SubRI.r_length == 3) in parsePairRelocation()
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
[all …]

12