Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h42 std::deque<DWARFUnitSection<DWARFTypeUnit>> TUs; variable
89 typedef iterator_range<decltype(TUs)::iterator> tu_section_iterator_range;
100 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()
124 return TUs.size(); in getNumTypeUnits()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp421 if (!TUs.empty()) in parseTypeUnits()
424 TUs.emplace_back(); in parseTypeUnits()
425 TUs.back().parse(*this, I.second); in parseTypeUnits()
/external/elfutils/libdw/
DChangeLog1134 to search TUs instead of CUs.
/external/elfutils/libdwfl/
DChangeLog1259 initialized and these are always real CUs, never TUs.
/external/abi-compliance-checker/
Dabi-compliance-checker.pl8682 if(my @TUs = cmd_find($TMP_DIR,"f","*.tu",1)) {
8683 return $TUs[0];