Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp162 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
166 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
173 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
174 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
175 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
182 TargetSymbol = ToSymbol; in parsePairRelocation()
186 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
190 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
H A DMachO_arm64.cpp171 Symbol *ToSymbol = nullptr; in parsePairRelocation() local
175 ToSymbol = ToSymbolOrErr->GraphSymbol; in parsePairRelocation()
182 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
183 assert(ToSymbol && "No symbol for section"); in parsePairRelocation()
184 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation()
191 TargetSymbol = ToSymbol; in parsePairRelocation()
195 } else if (&BlockToFix == &ToSymbol->getAddressable()) { in parsePairRelocation()
199 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()