Home
last modified time | relevance | path

Searched full:subsections (Results 1 – 25 of 115) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Ddebug-subsections.yaml5 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/
DModuleDebugStream.cpp63 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/
Dpdbdump-debug-subsections.test1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml
7 YAML-NEXT: Subsections:
16 YAML-NEXT: Subsections:
31 YAML-NEXT: Subsections:
Dusing-namespace.test15 Subsections:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h54 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/
DStringsAndChecksums.h24 // 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.
DDebugSubsectionRecord.h60 /// 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/
Dcfgparser.341 are they subsections = False
42 if you want subsections = use XML
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp87 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()
DInputFile.h106 return Subsections; in getDebugSubsections()
121 codeview::DebugSubsectionArray Subsections; variable
DPdbYaml.cpp181 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
DYAMLOutputStyle.cpp246 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
255 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
DPdbYaml.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
/external/autotest/client/tests/unixbench5/
Dunixbench5.py68 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/
DCodeViewYAMLDebugSections.cpp749 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/
Dcoff2yaml.cpp133 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/
Dno-subsections-reloc.s5 @ When not using subsections-via-symbols, references to non-local symbols
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Dno-subsections-reloc.s5 @ When not using subsections-via-symbols, references to non-local symbols
/external/llvm/test/CodeGen/X86/
D2008-12-02-dagcombine-3.ll2 ; RUN: llc < %s -march=x86 | grep sub | grep -v subsections | count 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-12-02-dagcombine-3.ll2 ; RUN: llc < %s | grep sub | grep -v subsections | count 1
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-12-02-dagcombine-3.ll2 ; RUN: llc < %s -march=x86 | grep sub | grep -v subsections | count 1
/external/elfutils/libasm/
Dasm_end.c85 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/
Dmke2fs.conf.5.in21 which contains further relations or subsections.
270 whose subsections define the
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h123 ArrayRef<YAMLDebugSubsection> Subsections,
/external/antlr/runtime/Perl5/lib/ANTLR/
DRuntime.pm34 May include numerous subsections (i.e. =head2, =head3, etc.)

12345