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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp346 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member in struct:__anon25003::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

Completed in 274 milliseconds