Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp170 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
171 if (!ToSymbolSec) in parsePairRelocation()
172 return ToSymbolSec.takeError(); in parsePairRelocation()
173 ToSymbol = getSymbolByAddress(ToSymbolSec->Address); in parsePairRelocation()
H A DMachO_arm64.cpp152 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
153 if (!ToSymbolSec) in parsePairRelocation()
154 return ToSymbolSec.takeError(); in parsePairRelocation()
155 ToSymbol = getSymbolByAddress(ToSymbolSec->Address); in parsePairRelocation()