Home
last modified time | relevance | path

Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp344 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
375 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
421 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
426 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
431 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/include/llvm-c/
DExecutionEngine.h202 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,