Home
last modified time | relevance | path

Searched refs:FnBodySym (Results 1 – 1 of 1) 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()