Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp28 if (std::optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in appendArrayType() local
29 Count = CountV->getAsUnsignedConstant(); in appendArrayType()