Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp311 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
342 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
359 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
388 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
398 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/include/llvm-c/
DExecutionEngine.h178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,