/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 63 if (auto EC = SubsectionsReader.readArray(Subsections, in reload() 102 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
/external/swiftshader/third_party/llvm-7.0/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:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 56 return Subsections; in getSubsectionsArray() 80 codeview::DebugSubsectionArray Subsections; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 87 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 92 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 145 Subsections = SS; in SymbolGroup() 157 Subsections = SS; in updateDebugS() 178 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 179 SC.initialize(Subsections); in initializeForPdb()
|
D | InputFile.h | 106 return Subsections; in getDebugSubsections() 121 codeview::DebugSubsectionArray Subsections; variable
|
D | PdbYaml.h | 74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
D | PdbYaml.cpp | 181 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
D | YAMLOutputStyle.cpp | 255 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
D | llvm-pdbutil.cpp | 756 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb() 759 Allocator, MI.Subsections, Strings)); in yamlToPdb()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 133 codeview::DebugSubsectionArray Subsections; in initializeFileAndStringTable() local 134 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in initializeFileAndStringTable() 136 SC.initialize(Subsections); in initializeFileAndStringTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 749 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 752 if (Subsections.empty()) in toCodeViewSubsectionList() 755 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 911 DebugSubsectionArray Subsections; in fromDebugS() local 912 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 916 for (const auto &SS : Subsections) { in fromDebugS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 123 ArrayRef<YAMLDebugSubsection> Subsections,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 173 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 178 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | globals.ll | 114 ; YAML: Subsections:
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 4235 % Subsections. 4759 % Subsections.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 4235 % Subsections. 4759 % Subsections.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 5537 % Subsections. 6179 % Subsections.
|
/external/libffi/ |
D | texinfo.tex | 5537 % Subsections. 6179 % Subsections.
|