Searched refs:AllocateCodeSection (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 316 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()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 314 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member 345 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager() 362 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection() 391 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument 396 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager() 401 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 177 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|