Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp172 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
173 if (!ToSymbolSec) in parsePairRelocation()
174 return ToSymbolSec.takeError(); in parsePairRelocation()
175 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
H A DMachO_arm64.cpp181 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
182 if (!ToSymbolSec) in parsePairRelocation()
183 return ToSymbolSec.takeError(); in parsePairRelocation()
184 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()