Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp81 sys::MemoryBlock &PendingMB = in allocateSection() local
83 PendingMB = sys::MemoryBlock(PendingMB.base(), in allocateSection()
84 Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()