Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h405 auto FnBodySym = BaseLayer.findSymbolIn(PartH, FnName, false); in extractAndCompile() local
406 assert(FnBodySym && "Couldn't find function body."); in extractAndCompile()
408 TargetAddress FnBodyAddr = FnBodySym.getAddress(); in extractAndCompile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h598 if (auto FnBodySym = BaseLayer.findSymbolIn(PartKey, FnName, false)) { in extractAndCompile() local
599 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) { in extractAndCompile()
613 } else if (auto Err = FnBodySym.takeError()) in extractAndCompile()