Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h151 this->getES().reportError(ReadySymbol.takeError()); in registerSymbols()
162 ExecutionSession &getES() { return ES; } in getES() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h155 this->getES().reportError(ReadySymbol.takeError()); in registerSymbols()
166 ExecutionSession &getES() { return ES; } in getES() function
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp78 ExecutionSession &getES() { return *ES; } in getES() function in SpeculativeJIT