Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp327 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
358 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
375 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
404 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
414 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1035 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1046 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1052 AllocateCodeSection(AllocateCodeSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1060 std::swap(AllocateCodeSection, Other.AllocateCodeSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1074 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member
1092 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1124 assert(AllocateCodeSection && "AllocateCodeSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1130 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrcEE.h83 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
H A DExecutionEngine.h196 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,