/external/llvm-project/clang-tools-extra/unittests/clang-apply-replacements/ |
D | ApplyReplacementsTest.cpp | 25 TUDiagnostics TUs; in makeTUDiagnostics() local 26 TUs.push_back({MainSourceFile, in makeTUDiagnostics() 33 return TUs; in makeTUDiagnostics() 45 TUDiagnostics TUs = in TEST() local 49 EXPECT_TRUE(mergeAndDeduplicate(TURs, TUs, ReplacementsMap, SM)); in TEST()
|
/external/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/ |
D | ApplyReplacements.cpp | 40 const llvm::StringRef Directory, TUReplacements &TUs, in collectReplacementsFromDirectory() argument 77 TUs.push_back(TU); in collectReplacementsFromDirectory() 84 const llvm::StringRef Directory, TUDiagnostics &TUs, in collectReplacementsFromDirectory() argument 121 TUs.push_back(TU); in collectReplacementsFromDirectory() 140 groupReplacements(const TUReplacements &TUs, const TUDiagnostics &TUDs, in groupReplacements() argument 175 for (const auto &TU : TUs) in groupReplacements() 197 bool mergeAndDeduplicate(const TUReplacements &TUs, const TUDiagnostics &TUDs, in mergeAndDeduplicate() argument 200 auto GroupedReplacements = groupReplacements(TUs, TUDs, SM); in mergeAndDeduplicate()
|
/external/llvm-project/clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/ |
D | ApplyReplacements.h | 66 const llvm::StringRef Directory, TUReplacements &TUs, 70 const llvm::StringRef Directory, TUDiagnostics &TUs, 89 bool mergeAndDeduplicate(const TUReplacements &TUs, const TUDiagnostics &TUDs,
|
/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/llvm-project/clang/test/CXX/modules-ts/basic/basic.def.odr/p4/ |
D | module.cppm | 11 // can discard this global and its initializer (if any), and other TUs are not 18 // can discard this global and its initializer (if any), and other TUs are not
|
/external/llvm-project/clang/test/CXX/modules-ts/ |
D | codegen-basics.cppm | 19 // Emit an initialization function that other TUs can call, with guard variable?
|
/external/llvm-project/clang/tools/clang-scan-deps/ |
D | ClangScanDeps.cpp | 310 Array TUs; in printFullOutput() local 319 TUs.push_back(std::move(O)); in printFullOutput() 324 {"translation-units", std::move(TUs)}, in printFullOutput()
|
/external/llvm-project/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 | 35 # All CUs/TUs use the same abbrev section for simplicity.
|
D | dwarfdump-str-offsets.s | 97 # All CUs/TUs use the same abbrev section for simplicity.
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-scopes.test | 28 This program is interesting because there are two TUs, and each TU has nested
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1111 DWARFDebugLine::SectionParser::tu_range TUs) { in buildLineToUnitMap() argument 1117 for (const auto &TU : TUs) in buildLineToUnitMap() 1126 cu_range CUs, tu_range TUs) in SectionParser() argument 1128 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
|
/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-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 324 tu_range TUs);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dwarf-headers.ll | 26 ; (v2 thru v4 CUs are all the same, and TUs were invented in v4,
|
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/ |
D | dwarf-headers.ll | 28 ; (v2 thru v4 CUs are all the same, and TUs were invented in v4,
|
/external/llvm-project/clang/docs/analyzer/user-docs/ |
D | CrossTranslationUnit.rst | 208 The analysis produces the necessary AST structure of external TUs during analysis. This requires the
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1865 initialized and these are always real CUs, never TUs.
|
/external/elfutils/libdw/ |
D | ChangeLog | 2224 to search TUs instead of CUs.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AttrDocs.td | 4136 TUs where it is used.
|
/external/libabigail/ |
D | ChangeLog | 28671 Don't share types across TUs when DW_TAG_partial_unit are involved 28680 output here to avoid sharing types across TUs, making the output
|
/external/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 15018 …�Ƙ4;v]�_���E$f1�i�a��9���ͭ��g0�20�AOlu>X��Æo�U5=̠8�������9�α��9w)��TUs&DS��DĜ��z��7
|