/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 123 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 123 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 60 return Subsections; in getSubsectionsArray() 86 codeview::DebugSubsectionArray Subsections; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 60 return Subsections; in getSubsectionsArray() 86 codeview::DebugSubsectionArray Subsections; variable
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 7 YAML-NEXT: Subsections: 16 YAML-NEXT: Subsections: 31 YAML-NEXT: Subsections:
|
D | using-namespace.test | 15 Subsections:
|
D | annotation.test | 33 Subsections:
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 94 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 99 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 148 Subsections = SS; in SymbolGroup() 160 Subsections = SS; in updateDebugS() 186 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 187 SC.initialize(Subsections); in initializeForPdb()
|
D | InputFile.h | 105 return Subsections; in getDebugSubsections() 122 codeview::DebugSubsectionArray Subsections; variable
|
D | PdbYaml.h | 73 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
D | PdbYaml.cpp | 187 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
D | YAMLOutputStyle.cpp | 260 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-relative-source-lines.test | 45 CHECK: Subsections: 56 CHECK: Subsections: 79 POSIX: Subsections: 90 POSIX: Subsections:
|
D | pdb-source-lines.test | 41 CHECK-NEXT: Subsections: 101 CHECK-NEXT: Subsections:
|
D | sort-debug.test | 52 Subsections:
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 130 codeview::DebugSubsectionArray Subsections; in initializeFileAndStringTable() local 131 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in initializeFileAndStringTable() 133 SC.initialize(Subsections); in initializeFileAndStringTable()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 122 ArrayRef<YAMLDebugSubsection> Subsections,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 122 ArrayRef<YAMLDebugSubsection> Subsections,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS()
|
D | COFFEmitter.cpp | 180 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 185 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS()
|
D | COFFEmitter.cpp | 180 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 185 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
|
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
D | object.test | 66 Subsections:
|
/external/llvm-project/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-use-after-move.rst | 78 Subsections below explain more precisely what exactly the check considers to be
|