Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp187 Edge::Kind DeltaKind; in parsePairRelocation() local
192 DeltaKind = (SubRI.r_length == 3) ? aarch64::Delta64 : aarch64::Delta32; in parsePairRelocation()
197 DeltaKind = in parsePairRelocation()
207 return PairRelocInfo(DeltaKind, TargetSymbol, Addend); in parsePairRelocation()