Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp327 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
358 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
375 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
404 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
414 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,