/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/ |
D | debug-subsections.yaml | 5 Subsections: 14 Subsections: 29 Subsections: 65 # The following subsections don't normally appear in PDB files, but we test 69 Subsections:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 63 if (auto EC = SubsectionsReader.readArray(Subsections, in reload() 101 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 102 return make_range(Subsections.begin(), Subsections.end()); in subsections() 114 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml 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 | 54 iterator_range<DebugSubsectionIterator> subsections() const; 56 return Subsections; in getSubsectionsArray() 80 codeview::DebugSubsectionArray Subsections; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 24 // If no subsections are known about initially, we find as much as we can. 30 // If both subsections are given, we don't need to find anything. 87 // If no subsections are known about initially, we find as much as we can.
|
D | DebugSubsectionRecord.h | 60 /// Use this to copy existing subsections directly from source to destination. 61 /// For example, line table subsections in an object file only need to be
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 41 are they subsections = False 42 if you want subsections = use XML
|
/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.cpp | 181 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
D | YAMLOutputStyle.cpp | 246 for (const auto &SS : ModS.subsections()) { in dumpDbiStream() 255 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
D | PdbYaml.h | 74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
/external/autotest/client/tests/unixbench5/ |
D | unixbench5.py | 68 subsections = section.split('\n\n') 70 if len(subsections) < 3: 74 for index, line in enumerate(subsections[1].strip().split('\n')): 88 keyval['score' + suffix] = subsections[2].strip().split()[-1]
|
/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() 925 // String Table and Checksums subsections don't use the allocator. in initializeStringsAndChecksums()
|
/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/llvm/test/MC/MachO/ARM/ |
D | no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
D | no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-12-02-dagcombine-3.ll | 2 ; RUN: llc < %s -march=x86 | grep sub | grep -v subsections | count 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2008-12-02-dagcombine-3.ll | 2 ; RUN: llc < %s | grep sub | grep -v subsections | count 1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-12-02-dagcombine-3.ll | 2 ; RUN: llc < %s -march=x86 | grep sub | grep -v subsections | count 1
|
/external/elfutils/libasm/ |
D | asm_end.c | 85 various subsections and fill in the content. */ in binary_end() 356 /* Only sections, not subsections, can be registered in binary_end() 357 as member of a group. The subsections get in binary_end()
|
/external/e2fsprogs/misc/ |
D | mke2fs.conf.5.in | 21 which contains further relations or subsections. 270 whose subsections define the
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 123 ArrayRef<YAMLDebugSubsection> Subsections,
|
/external/antlr/runtime/Perl5/lib/ANTLR/ |
D | Runtime.pm | 34 May include numerous subsections (i.e. =head2, =head3, etc.)
|