Home
last modified time | relevance | path

Searched refs:setUpInProcessLCTMReentryViaEPCIU (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h101 if (auto Err = setUpInProcessLCTMReentryViaEPCIU(**EPCIU)) in Create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h171 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU);
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h186 if (auto Err = setUpInProcessLCTMReentryViaEPCIU(**EPCIU)) in Create()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp423 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU) { in setUpInProcessLCTMReentryViaEPCIU() function