reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
363 ExitOnErr.setBanner(std::string(argv[0]) + ": "); 652 ES.setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); }); 654 auto R = ExitOnErr(MyRemote::Create(*C, ES)); 657 auto RemoteMM = ExitOnErr(R->createRemoteMemoryManager()); 669 if (auto Addr = ExitOnErr(R->getSymbolAddress(Name))) 681 Result = ExitOnErr(R->callIntVoid(Entry)); 692 ExitOnErr(R->terminateSession()); 757 TT.empty() ? ExitOnErr(orc::JITTargetMachineBuilder::detectHost()) 777 auto J = ExitOnErr(Builder.create()); 796 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( 801 ExitOnErr(CXXRuntimeOverrides.enable(J->getMainJITDylib(), Mangle)); 804 ExitOnErr( 832 ExitOnErr( 842 JD.addGenerator(ExitOnErr(orc::StaticLibraryDefinitionGenerator::Load( 849 auto Obj = ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ObjPath))); 850 ExitOnErr(J->addObjectFile(std::move(Obj))); 860 ExitOnErr(J->runConstructors()); 865 auto EntryPointSym = ExitOnErr(J->lookup(ThreadEntryPoint)); 873 auto MainSym = ExitOnErr(J->lookup("main")); 890 ExitOnErr(J->runDestructors());