Searched refs:ToSymbol (Results 1 – 2 of 2) sorted by relevance
168 Symbol *ToSymbol = nullptr; in parsePairRelocation() local172 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 …]
193 Symbol *ToSymbol = nullptr; in parsePairRelocation() local197 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 …]