Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp41 : Allocator(Allocator), IsGrowable(CanGrow), in MSFBuilder()
67 if (!IsGrowable) in setBlockMapAddr()
109 if (!IsGrowable) in allocateBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h131 bool IsGrowable; variable