/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; variable 48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 36 std::unique_ptr<ExecutionSession> ES; variable 48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 41 std::unique_ptr<ExecutionSession> ES; variable 54 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 80 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 72 raw_ostream &ES; variable 88 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in PlainPrinterBase() 113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter() 122 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in GNUPrinter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 79 ExecutionSession &ES; variable 91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() 119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
|
H A D | Layer.h | 70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 115 ExecutionSession &ES; variable
|
H A D | IndirectionUtils.h | 212 ExecutionSession &ES, in JITCompileCallbackManager() 225 ExecutionSession &ES; variable 238 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create() 251 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
|
H A D | LLJIT.h | 202 std::unique_ptr<ExecutionSession> ES; variable 263 std::unique_ptr<ExecutionSession> ES; variable 281 SetterImpl &setExecutionSession(std::unique_ptr<ExecutionSession> ES) { in setExecutionSession()
|
H A D | Speculation.h | 168 ExecutionSession &ES; variable 178 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, in IRSpeculationLayer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 67 ExecutionSession &ES, std::unique_ptr<RPCChannel> Channel, in RemoteTargetProcessControl() 111 JITLinkExecutor::operator()(ExecutionSession &ES, const Triple &TT) { in operator ()() 183 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { in launch() 192 ExecutionSession &ES) { in ConnectTCPSocket() 200 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { in launch() 308 ExecutionSession &ES) { in ConnectTCPSocket()
|
H A D | LLJITWithRemoteDebugging.cpp | 137 ExecutionSession &ES) { in connectExecutor() 180 auto ES = std::make_unique<ExecutionSession>(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 43 std::unique_ptr<ExecutionSession> ES; variable 63 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 95 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Mangling.cpp | 21 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() 33 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add() 86 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectSymbolInfo()
|
H A D | DebugObjectManagerPlugin.cpp | 126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} in DebugObject() 151 ExecutionSession &ES; member in llvm::orc::DebugObject 211 JITLinkContext &Ctx, ExecutionSession &ES) in ELFDebugObject() 248 ExecutionSession &ES) { in CreateArchType() 296 ExecutionSession &ES) { in Create() 378 createDebugObjectFromBuffer(ExecutionSession &ES, LinkGraph &G, in createDebugObjectFromBuffer() 392 ExecutionSession &ES, std::unique_ptr<DebugObjectRegistrar> Target) in DebugObjectManagerPlugin()
|
H A D | ObjectLinkingLayer.cpp | 48 static LinkGraphInterface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph() 86 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol() 161 auto &ES = Layer.getExecutionSession(); in lookup() local 204 auto &ES = Layer.getExecutionSession(); in notifyResolved() local 342 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() local 378 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local 386 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local 514 auto &ES = Layer.getExecutionSession(); in computeLocalDeps() local 570 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer() 577 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer() [all …]
|
H A D | Layer.cpp | 34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() 146 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local 160 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
|
H A D | CompileOnDemandLayer.cpp | 74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() 117 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() 134 auto &ES = getExecutionSession(); in emit() local 267 auto &ES = getExecutionSession(); in emitPartition() local
|
H A D | RTDyldObjectLinkingLayer.cpp | 22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local 83 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() 97 auto &ES = getExecutionSession(); in emit() local 198 auto &ES = getExecutionSession(); in onObjLoad() local
|
H A D | OrcV2CBindings.cpp | 238 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 245 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 254 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 340 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 346 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 357 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 534 [=](ExecutionSession &ES, const Triple &TT) { in LLVMOrcLLJITBuilderSetObjectLinkingLayerCreator() 637 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager()
|
H A D | IRTransformLayer.cpp | 15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
|
H A D | ObjectTransformLayer.cpp | 19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 52 auto ES = std::make_unique<ExecutionSession>(); in Create() local 100 std::unique_ptr<ExecutionSession> ES, DataLayout DL, in SpeculativeJIT() 132 std::unique_ptr<ExecutionSession> ES; member in SpeculativeJIT
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 130 std::unique_ptr<ExecutionSession> ES; variable 150 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() 180 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 103 const char *ES, const TargetInstrInfo &TII) in ExternalSymbolPseudoSourceValue() 146 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
H A D | LLJITWithCustomObjectLinkingLayer.cpp | 48 [&](ExecutionSession &ES, const Triple &TT) { in main()
|