Searched refs:getCUCount (Results 1 – 3 of 3) sorted by relevance
799 if (NI.getCUCount() == 0) { in verifyDebugNamesCULists()805 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { in verifyDebugNamesCULists()1034 if (NI.getCUCount() > 1 && !Attributes.count(dwarf::DW_IDX_compile_unit)) { in verifyNameIndexAbbrevs()1090 if (CUIndex > NI.getCUCount()) { in verifyNameIndexEntries()
553 if (NameIdx->getCUCount() == 1) in getCUIndex()560 if (!Index || *Index >= NameIdx->getCUCount()) in getCUOffset()884 for (uint32_t CU = 0; CU < NI.getCUCount(); ++CU) in getCUNameIndex()
423 uint32_t getCUCount() const { return Hdr.CompUnitCount; } in getCUCount() function