Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp128 if (Optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in dumpArrayType() local
129 Count = CountV->getAsUnsignedConstant(); in dumpArrayType()