Searched refs:AllocateCodeSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 327 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 D | OrcV2CBindings.cpp | 1035 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 D | OrcEE.h | 83 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|
| H A D | ExecutionEngine.h | 196 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|