Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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, ToSymbolSec->Address); in parsePairRelocation()
H A DMachO_arm64.cpp179 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
180 if (!ToSymbolSec) in parsePairRelocation()
181 return ToSymbolSec.takeError(); in parsePairRelocation()
182 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()