Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp153 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
154 if (!ToSymbolSec) in parsePairRelocation()
155 return ToSymbolSec.takeError(); in parsePairRelocation()
156 ToSymbol = getSymbolByAddress(ToSymbolSec->Address); in parsePairRelocation()
DMachO_arm64.cpp151 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local
152 if (!ToSymbolSec) in parsePairRelocation()
153 return ToSymbolSec.takeError(); in parsePairRelocation()
154 ToSymbol = getSymbolByAddress(ToSymbolSec->Address); in parsePairRelocation()