Searched refs:AllocateDataSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 328 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 D | OrcV2CBindings.cpp | 1036 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 D | OrcEE.h | 84 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|
| H A D | ExecutionEngine.h | 197 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|