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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp343 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member in struct:__anon2356::SimpleBindingMMFunctions
375 assert(Functions.AllocateDataSection &&
376 "No AllocateDataSection function provided!");
397 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
420 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
424 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
430 functions.AllocateDataSection = AllocateDataSection;
417 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/freebsd-10.2-release/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h191 * @param AllocateDataSection Allocate a block of memory for data.
198 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,

Completed in 99 milliseconds