Searched refs:AllocateCodeSection (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 328 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member 359 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager() 376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection() 405 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument 410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager() 415 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 1077 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1088 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1094 AllocateCodeSection(AllocateCodeSection), in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1102 std::swap(AllocateCodeSection, Other.AllocateCodeSection); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1116 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member 1134 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1166 assert(AllocateCodeSection && "AllocateCodeSection must not be null"); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1172 CreateContextCtx, CreateContext, NotifyTerminating, AllocateCodeSection, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
D | OrcEE.h | 82 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|
D | ExecutionEngine.h | 182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 177 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
|