Home
last modified time | relevance | path

Searched refs:Subsections (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml5 Subsections:
14 Subsections:
29 Subsections:
69 Subsections:
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp78 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize()
124 return make_range(Subsections.begin(), Subsections.end()); in subsections()
H A DInputFile.cpp120 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 Dline-error.yaml33 Subsections:
45 Subsections:
59 Subsections:
H A Dpdb-relative-source-lines.test54 CHECK: Subsections:
65 CHECK: Subsections:
102 POSIX: Subsections:
113 POSIX: Subsections:
H A Dpdb-source-lines.test41 CHECK-NEXT: Subsections:
101 CHECK-NEXT: Subsections:
H A Dpdb-safeseh.yaml24 Subsections:
H A Dpdb-secrel-absolute.yaml24 Subsections:
H A Dpdb-type-server-native-errors.yaml18 Subsections:
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-debug-subsections.test7 YAML-NEXT: Subsections:
16 YAML-NEXT: Subsections:
31 YAML-NEXT: Subsections:
H A Dusing-namespace.test15 Subsections:
H A Dannotation.test33 Subsections:
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h63 return Subsections; in getSubsectionsArray()
89 codeview::DebugSubsectionArray Subsections; variable
H A DInputFile.h109 return Subsections; in getDebugSubsections()
126 codeview::DebugSubsectionArray Subsections; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp132 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 Dprecomp2.yaml9 Subsections:
H A Dprecomp2-a.yaml9 Subsections:
H A Dpdb-type-server-valid-signature.yaml9 Subsections:
H A Dpdb-type-server-invalid-path.yaml9 Subsections:
H A Dpdb_comdat_bar.yaml13 Subsections:
216 Subsections:
H A Dpdb_comdat_main.yaml13 Subsections:
227 Subsections:
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp748 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 DCodeViewYAMLDebugSections.h122 ArrayRef<YAMLDebugSubsection> Subsections,
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h62 using Subsections = std::vector<Subsection>; variable
72 Subsections subsections;

123