Home
last modified time | relevance | path

Searched refs:AllocateDataSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp328 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member
360 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()
382 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
405 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument
409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
415 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1036 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1047 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1053 AllocateDataSection(AllocateDataSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1061 std::swap(AllocateDataSection, Other.AllocateDataSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1075 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member
1099 return CBs.AllocateDataSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1125 assert(AllocateDataSection && "AllocateDataSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1131 AllocateDataSection, FinalizeMemory, Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrcEE.h84 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
H A DExecutionEngine.h197 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,