Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp172 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
176 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
183 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
184 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
185 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
194 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
197 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()
202 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()
206 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
217 TargetSymbol = ToSymbol; in parsePairRelocation()
[all …]
H A DMachO_x86_64.cpp163 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
167 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
174 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
175 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
176 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
185 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()
188 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()
193 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()
197 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()
208 TargetSymbol = ToSymbol; in parsePairRelocation()
[all …]