Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp317 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member
349 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()
371 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
394 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument
398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
404 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h178 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,