Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp799 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()
DDWARFAcceleratorTable.cpp553 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h423 uint32_t getCUCount() const { return Hdr.CompUnitCount; } in getCUCount() function