Searched refs:AllocateDataSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 329 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member 361 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager() 362 "No AllocateDataSection function provided!"); in SimpleBindingMemoryManager() 383 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection() 406 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument 410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager() 416 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1034 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1045 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1051 AllocateDataSection(AllocateDataSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1059 std::swap(AllocateDataSection, Other.AllocateDataSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1073 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member 1097 return CBs.AllocateDataSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1123 assert(AllocateDataSection && "AllocateDataSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1129 AllocateDataSection, FinalizeMemory, Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | OrcEE.h | 83 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|
| H A D | ExecutionEngine.h | 183 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
|