Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp317 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
348 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
365 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
394 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
399 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
404 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,