Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp328 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
359 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
405 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
415 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,