Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp41 : Allocator(Allocator), IsGrowable(CanGrow), in MSFBuilder()
67 if (!IsGrowable) in setBlockMapAddr()
109 if (!IsGrowable) in allocateBlocks()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h132 bool IsGrowable; variable