Home
last modified time | relevance | path

Searched refs:allocateDataSection (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h127 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h111 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp202 virtual uint8_t *allocateDataSection(uintptr_t Size, in allocateDataSection() function in DelegatingJITMemoryManager
207 return mgr()->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp332 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
368 uint8_t *SimpleBindingMemoryManager::allocateDataSection( in allocateDataSection() function in __anon96cab74c0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp21 uint8_t *SectionMemoryManager::allocateDataSection(uintptr_t Size, in allocateDataSection() function in llvm::SectionMemoryManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h77 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() function
80 uint8_t *Addr = ClientMM->allocateDataSection(Size, Alignment, SectionID, in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
838 : MemMgr.allocateDataSection(Allocate, Alignment, SectionID, in emitSection()
DRuntimeDyldELF.cpp1862 uint8_t *Addr = MemMgr.allocateDataSection(TotalSize, getGOTEntrySize(), in finalizeLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h86 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() function