Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp314 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
345 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
362 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
391 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
396 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
401 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/include/llvm-c/
DExecutionEngine.h178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,