Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h61 std::deque<DWARFUnitSection<DWARFTypeUnit>> TUs; variable
144 using tu_section_iterator_range = iterator_range<decltype(TUs)::iterator>;
155 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()
179 return TUs.size(); in getNumTypeUnits()
DDWARFDebugLine.h287 tu_range TUs);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp85 return DWARFDebugLine::SectionParser(LineData, *Context, CUs, TUs); in setupParser()
133 std::deque<DWARFUnitSection<DWARFTypeUnit>> TUs; member
525 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
539 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
560 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
581 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
609 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
638 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
660 DWARFDebugLine::SectionParser Parser(LineData, *Context, CUs, TUs); in TEST_F()
/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-dwp.s5 # offset tables. We have 3 CUs and 2 TUs, where it is assumed that
Ddwarfdump-header.s34 # All CUs/TUs use the same abbrev section for simplicity.
Ddwarfdump-str-offsets.s96 # All CUs/TUs use the same abbrev section for simplicity.
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll26 ; (v2 thru v4 CUs are all the same, and TUs were invented in v4,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp851 if (!TUs.empty()) in parseTypeUnits()
854 TUs.emplace_back(); in parseTypeUnits()
855 TUs.back().parse(*this, S); in parseTypeUnits()
DDWARFDebugLine.cpp1066 cu_range CUs, tu_range TUs) in SectionParser() argument
1068 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
/external/elfutils/libdwfl/
DChangeLog1590 initialized and these are always real CUs, never TUs.
/external/elfutils/libdw/
DChangeLog2028 to search TUs instead of CUs.