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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp314 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member in struct:__anon12804::SimpleBindingMMFunctions
345 assert(Functions.AllocateCodeSection &&
346 "No AllocateCodeSection function provided!");
362 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
391 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
396 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory ||
401 functions.AllocateCodeSection = AllocateCodeSection;
389 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument

Completed in 65 milliseconds