Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp168 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
172 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
179 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
180 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
181 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
190 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
193 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()
198 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()
202 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
213 TargetSymbol = ToSymbol; in parsePairRelocation()
[all …]
H A DMachO_arm64.cpp193 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
197 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
204 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
205 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
206 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
215 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
218 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()
223 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()
227 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
238 TargetSymbol = ToSymbol; in parsePairRelocation()
[all …]