Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp328 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
359 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
405 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
415 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1077 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1088 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1094 AllocateCodeSection(AllocateCodeSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1102 std::swap(AllocateCodeSection, Other.AllocateCodeSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1116 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member
1134 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1166 assert(AllocateCodeSection && "AllocateCodeSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1172 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/openbsd/gnu/llvm/llvm/include/llvm-c/
H A DOrcEE.h82 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
H A DExecutionEngine.h182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,