| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | debug-subsections.yaml | 5 Subsections: 14 Subsections: 29 Subsections: 69 Subsections:
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 78 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 124 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
| H A D | InputFile.cpp | 120 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 125 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 174 Subsections = SS; in SymbolGroup() 186 Subsections = SS; in updateDebugS() 212 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 213 SC.initialize(Subsections); in initializeForPdb()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | line-error.yaml | 33 Subsections: 45 Subsections: 59 Subsections:
|
| H A D | pdb-relative-source-lines.test | 54 CHECK: Subsections: 65 CHECK: Subsections: 102 POSIX: Subsections: 113 POSIX: Subsections:
|
| H A D | pdb-source-lines.test | 41 CHECK-NEXT: Subsections: 101 CHECK-NEXT: Subsections:
|
| H A D | pdb-safeseh.yaml | 24 Subsections:
|
| H A D | pdb-secrel-absolute.yaml | 24 Subsections:
|
| H A D | pdb-type-server-native-errors.yaml | 18 Subsections:
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-debug-subsections.test | 7 YAML-NEXT: Subsections: 16 YAML-NEXT: Subsections: 31 YAML-NEXT: Subsections:
|
| H A D | using-namespace.test | 15 Subsections:
|
| H A D | annotation.test | 33 Subsections:
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
| H A D | InputFile.h | 109 return Subsections; in getDebugSubsections() 126 codeview::DebugSubsectionArray Subsections; variable
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 132 codeview::DebugSubsectionArray Subsections; in initializeFileAndStringTable() local 133 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in initializeFileAndStringTable() 135 SC.initialize(Subsections); in initializeFileAndStringTable()
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | precomp2.yaml | 9 Subsections:
|
| H A D | precomp2-a.yaml | 9 Subsections:
|
| H A D | pdb-type-server-valid-signature.yaml | 9 Subsections:
|
| H A D | pdb-type-server-invalid-path.yaml | 9 Subsections:
|
| H A D | pdb_comdat_bar.yaml | 13 Subsections: 216 Subsections:
|
| H A D | pdb_comdat_main.yaml | 13 Subsections: 227 Subsections:
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 122 ArrayRef<YAMLDebugSubsection> Subsections,
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.h | 62 using Subsections = std::vector<Subsection>; variable 72 Subsections subsections;
|