Searched refs:getExecutionSession (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp28 getExecutionSession().reportError(TransformedTSM.takeError());
H A DObjectTransformLayer.cpp30 getExecutionSession().reportError(TransformedObj.takeError());
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession();
102 auto &ES = getExecutionSession();
107 getExecutionSession().reportError(Obj.takeError());
205 auto &ES = getExecutionSession();
243 auto InternedName = getExecutionSession().intern(KV.first);
291 getExecutionSession().reportError(std::move(Err));
297 getExecutionSession().reportError(std::move(Err));
H A DObjectLinkingLayer.cpp46 Layer.getExecutionSession().reportError(std::move(Err));
57 auto &ES = Layer.getExecutionSession();
76 auto Main = Layer.getExecutionSession().intern("_main");
101 auto &ES = Layer.getExecutionSession();
198 Layer.getExecutionSession().reportError(std::move(Err));
208 Layer.getExecutionSession().reportError(std::move(Err));
213 Layer.getExecutionSession().reportError(std::move(Err));
245 auto &ES = Layer.getExecutionSession();
262 auto &ES = Layer.getExecutionSession();
270 auto &ES = MR.getTargetJITDylib().getExecutionSession();
[all...]
H A DIRCompileLayer.cpp43 getExecutionSession().reportError(Obj.takeError());
H A DLayer.cpp117 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() {
134 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM),
150 auto &ES = R.getTargetJITDylib().getExecutionSession();
179 getObjectSymbolInfo(L.getExecutionSession(), O->getMemBufferRef());
H A DLLJIT.cpp128 getExecutionSession().setPlatform(
148 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } function in class:__anon3663::GenericLLVMIRPlatformSupport
251 getExecutionSession().runSessionLocked([&]() {
265 getExecutionSession().runSessionLocked([&]() {
287 auto &ES = getExecutionSession();
308 auto &ES = getExecutionSession();
392 getExecutionSession().runSessionLocked([&]() {
404 return Platform::lookupInitSymbols(getExecutionSession(),
491 MangleAndInterner Mangle(PS.getExecutionSession(),
[all...]
H A DLazyReexports.cpp179 SourceJD.getExecutionSession().reportError(
193 SourceJD.getExecutionSession().reportError(std::move(Err));
H A DCompileOnDemandLayer.cpp135 auto &ES = getExecutionSession();
181 getExecutionSession().createBareJITDylib(TargetD.getName() + ".impl");
258 auto &ES = getExecutionSession();
H A DExecutionUtils.cpp143 JD.getExecutionSession(),
176 auto &ES = JD.getExecutionSession();
H A DOrcV2CBindings.cpp208 return wrap(&unwrap(J)->getExecutionSession());
H A DMachOPlatform.cpp217 if (auto R = lookupInitSymbols(JD.getExecutionSession(), NewInitSymbols))
H A DCore.cpp274 LLVM_DEBUG(JD->getExecutionSession().runSessionLocked([&]() {
375 auto &ES = R.getTargetJITDylib().getExecutionSession();
488 auto &ES = QueryInfo->R.getTargetJITDylib().getExecutionSession();
1055 auto &ES = Worklist.front().first->getExecutionSession();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h74 ExecutionSession &getExecutionSession() { return ES; } function in class:llvm::orc::IRLayer
134 ExecutionSession &getExecutionSession() { return ES; } function in class:llvm::orc::ObjectLayer
H A DMachOPlatform.h98 ExecutionSession &getExecutionSession() const { return ES; } function in class:llvm::orc::MachOPlatform
H A DLLJIT.h61 ExecutionSession &getExecutionSession() { return *ES; } function in class:llvm::orc::LLJIT
H A DCore.h814 ExecutionSession &getExecutionSession() const { return ES; } function in class:llvm::orc::SymbolState::JITDylib
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp918 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout());

Completed in 202 milliseconds