Home
last modified time | relevance | path

Searched refs:CreateContextCtx (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1074 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1085 void *CreateContextCtx, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1092 : CreateContextCtx(CreateContextCtx), CreateContext(CreateContext), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1099 std::swap(CreateContextCtx, Other.CreateContextCtx); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1110 NotifyTerminating(CreateContextCtx); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1113 void *CreateContextCtx = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member
1127 Opaque = CBs.CreateContext(CBs.CreateContextCtx); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1172 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DOrcEE.h79 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,