Home
last modified time | relevance | path

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

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