Searched refs:allocateCodeSection (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
D | RuntimeDyld.h | 104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 192 virtual uint8_t *allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in DelegatingJITMemoryManager 196 return mgr()->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 328 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 361 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon76066d2d0111::SimpleBindingMemoryManager
|
D | SectionMemoryManager.cpp | 33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 67 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function 71 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 74 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
|