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/ |
D | SectionMemoryManager.h | 127 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
|
D | RuntimeDyld.h | 111 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 202 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/ |
D | ExecutionEngineBindings.cpp | 332 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, 368 uint8_t *SimpleBindingMemoryManager::allocateDataSection( in allocateDataSection() function in __anon96cab74c0111::SimpleBindingMemoryManager
|
D | SectionMemoryManager.cpp | 21 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/ |
D | OrcMCJITReplacement.h | 77 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/ |
D | RuntimeDyld.cpp | 726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() 838 : MemMgr.allocateDataSection(Allocate, Alignment, SectionID, in emitSection()
|
D | RuntimeDyldELF.cpp | 1862 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/ |
D | OrcRemoteTargetClient.h | 86 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection() function
|