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.cpp80 sys::MemoryBlock &PendingMB = in allocateSection() local
82 PendingMB = sys::MemoryBlock(PendingMB.base(), in allocateSection()
83 Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()