Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp77 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/
DModuleDebugStream.cpp77 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/
DModuleDebugStream.h60 return Subsections; in getSubsectionsArray()
86 codeview::DebugSubsectionArray Subsections; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h60 return Subsections; in getSubsectionsArray()
86 codeview::DebugSubsectionArray Subsections; variable
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test7 YAML-NEXT: Subsections:
16 YAML-NEXT: Subsections:
31 YAML-NEXT: Subsections:
Dusing-namespace.test15 Subsections:
Dannotation.test33 Subsections:
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp94 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()
DInputFile.h105 return Subsections; in getDebugSubsections()
122 codeview::DebugSubsectionArray Subsections; variable
DPdbYaml.h73 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
DPdbYaml.cpp187 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
DYAMLOutputStyle.cpp260 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
/external/llvm-project/lld/test/COFF/
Dpdb-relative-source-lines.test45 CHECK: Subsections:
56 CHECK: Subsections:
79 POSIX: Subsections:
90 POSIX: Subsections:
Dpdb-source-lines.test41 CHECK-NEXT: Subsections:
101 CHECK-NEXT: Subsections:
Dsort-debug.test52 Subsections:
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp130 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/
DCodeViewYAMLDebugSections.h122 ArrayRef<YAMLDebugSubsection> Subsections,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h122 ArrayRef<YAMLDebugSubsection> Subsections,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
DCOFFEmitter.cpp180 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument
185 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
/external/llvm-project/llvm/lib/ObjectYAML/
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()
DCOFFEmitter.cpp180 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/
Dobject.test66 Subsections:
/external/llvm-project/llvm/docs/
DSphinxQuickstartTemplate.rst73 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/
Dbugprone-use-after-move.rst78 Subsections below explain more precisely what exactly the check considers to be

12