Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp84 ExecutionSession &getES() { return *ES; } getES() function in SpeculativeJIT
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h161 ExecutionSession &getES() { return ES; } in getES() function