| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| DebugObjectManagerPlugin.h | 50 DebugObjectManagerPlugin(ExecutionSession &ES, 70 ExecutionSession &ES;
|
| Mangling.h | 28 MangleAndInterner(ExecutionSession &ES, const DataLayout &DL); 32 ExecutionSession &ES; 53 static void add(ExecutionSession &ES, const ManglingOptions &MO, 61 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
|
| Layer.h | 37 IRMaterializationUnit(ExecutionSession &ES, 61 static SymbolStringPtr getInitSymbol(ExecutionSession &ES, 70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) 71 : ES(ES), MO(MO) {} 76 ExecutionSession &getExecutionSession() { return ES; } 115 ExecutionSession &ES; 138 ObjectLayer(ExecutionSession &ES); 142 ExecutionSession &getExecutionSession() { return ES; } 157 ExecutionSession &ES; [all...] |
| LazyReexports.h | 43 LazyCallThroughManager(ExecutionSession &ES, 79 ExecutionSession &ES; 91 LocalLazyCallThroughManager(ExecutionSession &ES, 93 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} 119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { 121 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr)); 133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
|
| MachOPlatform.h | 95 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 98 ExecutionSession &getExecutionSession() const { return ES; } 159 ExecutionSession &ES;
|
| ObjectLinkingLayer.h | 105 ObjectLinkingLayer(ExecutionSession &ES, 112 ObjectLinkingLayer(ExecutionSession &ES, 207 ExecutionSession &ES, 226 ExecutionSession &ES;
|
| Speculation.h | 110 ES.lookup( 117 ES.reportError(std::move(Err)); 124 : AliaseeImplTable(Impl), ES(ref), GlobalSpecMap(0) {} 154 ES.lookup( 162 ExecutionSession &getES() { return ES; } 168 ExecutionSession &ES; 178 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, 181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer),
|
| /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
| LLJITWithRemoteDebugging.cpp | 137 ExecutionSession &ES) { 141 ExitOnErr(JITLinkExecutor::ConnectTCPSocket(OOPExecutorConnect, ES)); 160 ExitOnErr(Exec->launch(ES)); 180 auto ES = std::make_unique<ExecutionSession>(); 181 ES->setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); }); 184 std::unique_ptr<JITLinkExecutor> Executor = connectExecutor(argv[0], *ES); 220 .setExecutionSession(std::move(ES))
|
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; 48 std::unique_ptr<ExecutionSession> ES, 50 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), 51 Mangle(*this->ES, this->DL), 52 ObjectLayer(*this->ES, 54 CompileLayer(*this->ES, ObjectLayer, 56 MainJD(this->ES->createBareJITDylib("<main>")) { 63 if (auto Err = ES->endSession()) 64 ES->reportError(std::move(Err)) [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/ |
| KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; 48 std::unique_ptr<ExecutionSession> ES, 50 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), 51 Mangle(*this->ES, this->DL), 52 ObjectLayer(*this->ES, 54 CompileLayer(*this->ES, ObjectLayer, 56 MainJD(this->ES->createBareJITDylib("<main>")) { 63 if (auto Err = ES->endSession()) 64 ES->reportError(std::move(Err)) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/ |
| regset.h | 20 #undef ES
|
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| KaleidoscopeJIT.h | 41 std::unique_ptr<ExecutionSession> ES; 54 std::unique_ptr<ExecutionSession> ES, 56 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), 57 Mangle(*this->ES, this->DL), 58 ObjectLayer(*this->ES, 60 CompileLayer(*this->ES, ObjectLayer, 62 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 63 MainJD(this->ES->createBareJITDylib("<main>")) { 70 if (auto Err = ES->endSession() [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| KaleidoscopeJIT.h | 43 std::unique_ptr<ExecutionSession> ES; 63 std::unique_ptr<ExecutionSession> ES, 66 : TPC(std::move(TPC)), ES(std::move(ES)), TPCIU(std::move(TPCIU)), 67 DL(std::move(DL)), Mangle(*this->ES, this->DL), 68 ObjectLayer(*this->ES, 70 CompileLayer(*this->ES, ObjectLayer, 72 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 73 CODLayer(*this->ES, OptimizeLayer, 76 MainJD(this->ES->createBareJITDylib("<main>")) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
| DIPrinter.h | 72 raw_ostream &ES; 88 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) 89 : DIPrinter(), OS(OS), ES(ES), Config(Config) {} 113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) 114 : PlainPrinterBase(OS, ES, Config) {} 122 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) 123 : PlainPrinterBase(OS, ES, Config) {}
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| Layer.cpp | 34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, 40 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); 92 InitSymbol = ES.intern(InitSymbolName); 146 auto &ES = R->getTargetJITDylib().getExecutionSession(); 150 LLVM_DEBUG(ES.runSessionLocked( 153 LLVM_DEBUG(ES.runSessionLocked([&]() { 160 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {}
|
| CompileOnDemandLayer.cpp | 74 PartitioningIRMaterializationUnit(ExecutionSession &ES, 78 : IRMaterializationUnit(ES, MO, std::move(TSM)), Parent(Parent) {} 117 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, 119 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), 134 auto &ES = getExecutionSession(); 160 ES, *getManglingOptions(), std::move(TSM), *this))) { 161 ES.reportError(std::move(Err)); 267 auto &ES = getExecutionSession(); 320 MangleAndInterner Mangle(ES, M.getDataLayout()); 322 IRSymbolMapper::add(ES, *getManglingOptions() [all...] |
| DebugObjectManagerPlugin.cpp | 126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} 137 ES.reportError(std::move(Err)); 151 ExecutionSession &ES; 185 Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, ExecutionSession &ES); 205 ExecutionSession &ES); 211 JITLinkContext &Ctx, ExecutionSession &ES) 212 : DebugObject(Ctx, ES), Buffer(std::move(Buffer)) { 248 ExecutionSession &ES) { [all...] |
| /src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
| main.cpp | 53 ExecutionSession ES; 56 MangleAndInterner Mangle{ES, DL}; 57 JITDylib &MainJD{ES.createBareJITDylib("<main>")}; 58 RTDyldObjectLinkingLayer ObjectLayer{ES, createMemMgr}; 59 IRCompileLayer CompileLayer{ES, ObjectLayer, 76 if (auto Err = ES.endSession()) 77 ES.reportError(std::move(Err)); 109 return ES.lookup({&MainJD}, Mangle(Name));
|
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| KaleidoscopeJIT.h | 130 std::unique_ptr<ExecutionSession> ES; 150 std::unique_ptr<ExecutionSession> ES, 153 : TPC(std::move(TPC)), ES(std::move(ES)), TPCIU(std::move(TPCIU)), 154 DL(std::move(DL)), Mangle(*this->ES, this->DL), 155 ObjectLayer(*this->ES, 157 CompileLayer(*this->ES, ObjectLayer, 159 OptimizeLayer(*this->ES, CompileLayer, optimizeModule), 161 MainJD(this->ES->createBareJITDylib("<main>")) { 168 if (auto Err = ES->endSession() [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
| SpeculativeJIT.cpp | 52 auto ES = std::make_unique<ExecutionSession>(); 55 JTMB->getTargetTriple(), *ES, 73 std::move(ES), std::move(*DL), std::move(*JTMB), std::move(*LCTMgr), 78 ExecutionSession &getES() { return *ES; } 85 return ES->lookup({&MainJD}, Mangle(UnmangledName)); 100 std::unique_ptr<ExecutionSession> ES, DataLayout DL, 105 : ES(std::move(ES)), DL(std::move(DL)), 106 MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)), 107 CompileLayer(*this->ES, ObjLayer [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| PseudoSourceValue.h | 143 const char *ES; 146 ExternalSymbolPseudoSourceValue(const char *ES, const TargetInstrInfo &TII); 152 const char *getSymbol() const { return ES; } 192 const PseudoSourceValue *getExternalSymbolCallEntry(const char *ES);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| llvm-jitlink.h | 113 orc::ExecutionSession ES;
|
| /src/sys/arch/i386/include/ |
| bioscall.h | 98 #define ES r_es.biosreg_half[BIOSREG_LO]
|
| /src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
| clang-import-test.cpp | 273 auto ES = std::make_unique<ExternalASTMerger>(Target, Sources); 274 CI.getASTContext().setExternalSource(ES.release());
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ARMWinEH.h | 396 const support::ulittle32_t ES; 398 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {} 401 return (ES & 0x0003ffff); 406 return ((ES & 0x000c0000) >> 18); 410 return ((ES & 0x000f0000) >> 18); 415 return ((ES & 0x00f00000) >> 20); 420 return ((ES & 0xff000000) >> 24); 424 return ((ES & 0xffc00000) >> 22);
|