Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h151 this->getES().reportError(ReadySymbol.takeError()); in registerSymbols()
162 ExecutionSession &getES() { return ES; } in getES() function
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp82 ExecutionSession &getES() { return *ES; } in getES() function in SpeculativeJIT