Home
last modified time | relevance | path

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/
DSectionMemoryManager.h118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp192 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/
DExecutionEngineBindings.cpp328 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
361 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon76066d2d0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp33 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/
DOrcMCJITReplacement.h67 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/
DOrcRemoteTargetClient.h74 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/
DRuntimeDyld.cpp836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()