Searched refs:ToSymbol (Results 1 – 2 of 2) sorted by relevance
172 Symbol *ToSymbol = nullptr; in parsePairRelocation() local176 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 …]
163 Symbol *ToSymbol = nullptr; in parsePairRelocation() local167 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 …]