Searched refs:TUs (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 61 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()
|
D | DWARFDebugLine.h | 287 tu_range TUs);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 85 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/ |
D | DWARFContext.h | 42 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/ |
D | dwarfdump-str-offsets-dwp.s | 5 # offset tables. We have 3 CUs and 2 TUs, where it is assumed that
|
D | dwarfdump-header.s | 34 # All CUs/TUs use the same abbrev section for simplicity.
|
D | dwarfdump-str-offsets.s | 96 # All CUs/TUs use the same abbrev section for simplicity.
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 421 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/ |
D | dwarf-headers.ll | 26 ; (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/ |
D | DWARFContext.cpp | 851 if (!TUs.empty()) in parseTypeUnits() 854 TUs.emplace_back(); in parseTypeUnits() 855 TUs.back().parse(*this, S); in parseTypeUnits()
|
D | DWARFDebugLine.cpp | 1066 cu_range CUs, tu_range TUs) in SectionParser() argument 1068 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1590 initialized and these are always real CUs, never TUs.
|
/external/elfutils/libdw/ |
D | ChangeLog | 2028 to search TUs instead of CUs.
|