Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp73 if (FreeMB.PendingPrefixIndex == (unsigned)-1) { in allocateSection()
79 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
82 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
141 FreeMB.PendingPrefixIndex = (unsigned)-1; in allocateSection()
217 FreeMB.PendingPrefixIndex = (unsigned)-1; in applyMemoryGroupPermissions()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h160 unsigned PendingPrefixIndex; member