Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp315 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member
347 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()
369 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
392 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument
396 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
402 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/include/llvm-c/
DExecutionEngine.h179 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,