Home
last modified time | relevance | path

Searched defs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp329 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; global() member
406 LLVMCreateSimpleMCJITMemoryManager(void * Opaque,LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,LLVMMemoryManagerDestroyCallback Destroy) LLVMCreateSimpleMCJITMemoryManager() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1034 LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks(LLVMOrcExecutionSessionRef ES,void * CreateContextCtx,LLVMMemoryManagerCreateContextCallback CreateContext,LLVMMemoryManagerNotifyTerminatingCallback NotifyTerminating,LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,LLVMMemoryManagerDestroyCallback Destroy) LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1073 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection = nullptr; LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member
[all...]