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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp346 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member in struct:__anon25839::SimpleBindingMMFunctions
378 assert(Functions.AllocateDataSection &&
379 "No AllocateDataSection function provided!");
400 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
423 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
427 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
433 functions.AllocateDataSection = AllocateDataSection;
420 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/external/llvm/include/llvm-c/
H A DExecutionEngine.h193 * @param AllocateDataSection Allocate a block of memory for data.
200 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,

Completed in 1898 milliseconds