Home
last modified time | relevance | path

Searched refs:PendingMB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection() local
68 PendingMB = sys::MemoryBlock(PendingMB.base(), Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp82 sys::MemoryBlock &PendingMB = in allocateSection() local
84 PendingMB = sys::MemoryBlock(PendingMB.base(), in allocateSection()
85 Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()