Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp25 std::optional<unsigned> DefaultLB; in appendArrayType() local
35 if ((DefaultLB = in appendArrayType()
37 if (LB && *LB == *DefaultLB) in appendArrayType()
41 else if (!LB && (Count || UB) && DefaultLB) in appendArrayType()
42 OS << '[' << (Count ? *Count : *UB - *DefaultLB + 1) << ']'; in appendArrayType()