Home
last modified time | relevance | path

Searched refs:findCIEInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h76 Expected<CIEInformation *> findCIEInfo(JITTargetAddress Address) { in findCIEInfo() function
DEHFrameSupport.cpp415 if (auto CIEInfoOrErr = PC.findCIEInfo(CIEAddress)) in processFDE()
434 if (auto CIEInfoOrErr = PC.findCIEInfo(EI.Target->getAddress())) in processFDE()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h76 Expected<CIEInformation *> findCIEInfo(JITTargetAddress Address) { in findCIEInfo() function
DEHFrameSupport.cpp417 if (auto CIEInfoOrErr = PC.findCIEInfo(CIEAddress)) in processFDE()
436 if (auto CIEInfoOrErr = PC.findCIEInfo(EI.Target->getAddress())) in processFDE()