Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp41 : Allocator(Allocator), IsGrowable(CanGrow), in MSFBuilder()
67 if (!IsGrowable) in setBlockMapAddr()
109 if (!IsGrowable) in allocateBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h132 bool IsGrowable; variable