Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp124 if (Optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in dumpArrayType() local
125 Count = CountV->getAsUnsignedConstant(); in dumpArrayType()