Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h599 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) { in extractAndCompile() local
600 JITTargetAddress FnBodyAddr = *FnBodyAddrOrErr; in extractAndCompile()
612 return FnBodyAddrOrErr.takeError(); in extractAndCompile()