Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp316 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member
347 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
364 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
393 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument
398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()
403 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h177 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,