Home
last modified time | relevance | path

Searched defs:ES (Results 1 – 25 of 101) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h36 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 DKaleidoscopeJIT.h36 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 DKaleidoscopeJIT.h41 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 DDIPrinter.h72 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 DLazyReexports.h79 ExecutionSession &ES; variable
91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
H A DLayer.h70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
115 ExecutionSession &ES; variable
H A DIndirectionUtils.h212 ExecutionSession &ES, in JITCompileCallbackManager()
225 ExecutionSession &ES; variable
238 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
251 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
H A DLLJIT.h202 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 DSpeculation.h168 ExecutionSession &ES; variable
178 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, in IRSpeculationLayer()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp67 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 DLLJITWithRemoteDebugging.cpp137 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 DKaleidoscopeJIT.h43 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 DMangling.cpp21 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 DDebugObjectManagerPlugin.cpp126 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 DObjectLinkingLayer.cpp48 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 DLayer.cpp34 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 DCompileOnDemandLayer.cpp74 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 DRTDyldObjectLinkingLayer.cpp22 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 DOrcV2CBindings.cpp238 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 DIRTransformLayer.cpp15 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer()
H A DObjectTransformLayer.cpp19 ObjectTransformLayer::ObjectTransformLayer(ExecutionSession &ES, in ObjectTransformLayer()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp52 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 DKaleidoscopeJIT.h130 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 DPseudoSourceValue.cpp103 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 DLLJITWithCustomObjectLinkingLayer.cpp48 [&](ExecutionSession &ES, const Triple &TT) { in main()

12345