Home
last modified time | relevance | path

Searched refs:DeltaKind (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.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp160 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp169 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
179 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
188 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp167 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
172 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
177 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
186 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp160 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp160 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/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.cpp169 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
179 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
188 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp167 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
172 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
177 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
186 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp160 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp160 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp169 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
174 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
179 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
188 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp178 Edge::Kind DeltaKind; in parsePairRelocation() local
183 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
188 DeltaKind = in parsePairRelocation()
198 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp181 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
186 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
191 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
200 return PairRelocInfo(DeltaKind, TargetAtom, Addend); in parsePairRelocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp159 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
164 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
169 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
178 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_x86_64.cpp161 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
166 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
171 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
180 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp158 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
163 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
168 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
177 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_x86_64.cpp160 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp161 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
166 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
171 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
180 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_arm64.cpp159 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
164 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
169 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
178 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp158 MachOARM64RelocationKind DeltaKind; in parsePairRelocation() local
163 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
168 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
177 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()
H A DMachO_x86_64.cpp160 MachOX86RelocationKind DeltaKind; in parsePairRelocation() local
165 DeltaKind = (SubRI.r_length == 3) ? Delta64 : Delta32; in parsePairRelocation()
170 DeltaKind = (SubRI.r_length == 3) ? NegDelta64 : NegDelta32; in parsePairRelocation()
179 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()

12