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.cpp176 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
177 if (!ToSymbolSec) in parsePairRelocation()
178 return ToSymbolSec.takeError(); in parsePairRelocation()
179 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
H A DMachO_arm64.cpp201 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
202 if (!ToSymbolSec) in parsePairRelocation()
203 return ToSymbolSec.takeError(); in parsePairRelocation()
204 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()