Searched refs:ToSymbol (Results 1 – 2 of 2) sorted by relevance
164 Symbol *ToSymbol = nullptr; in parsePairRelocation() local168 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()175 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()176 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()177 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()186 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()189 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()194 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()198 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()209 TargetSymbol = ToSymbol; in parsePairRelocation()[all …]
173 Symbol *ToSymbol = nullptr; in parsePairRelocation() local177 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()184 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()185 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()186 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()195 if (LLVM_UNLIKELY(&BlockToFix == &ToSymbol->getAddressable())) { in parsePairRelocation()198 if (ToSymbol->getAddress() > FixupAddress) in parsePairRelocation()203 FixingFromSymbol = FromSymbol->getAddress() >= ToSymbol->getAddress(); in parsePairRelocation()207 if (&BlockToFix == &ToSymbol->getAddressable()) in parsePairRelocation()218 TargetSymbol = ToSymbol; in parsePairRelocation()[all …]