Searched refs:AllocateDataSection (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp317 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member in struct:__anon1869::SimpleBindingMMFunctions
349 assert(Functions.AllocateDataSection &&
350 "No AllocateDataSection function provided!");
371 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
394 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
404 functions.AllocateDataSection = AllocateDataSection;
391 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h171 * @param AllocateDataSection Allocate a block of memory for data.
178 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,

Completed in 150 milliseconds