/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/llvm-project/lld/MachO/ |
D | InputFiles.cpp | 159 subsections.reserve(sections.size()); in parseSections() 177 subsections.push_back({{0, isec}}); in parseSections() 218 if (relInfo.r_symbolnum == 0 || relInfo.r_symbolnum > subsections.size()) in parseRelocations() 223 SubsectionMap &referentSubsecMap = subsections[relInfo.r_symbolnum - 1]; in parseRelocations() 309 SubsectionMap &subsecMap = subsections[sym.n_sect - 1]; in parseSymbols() 360 SubsectionMap &subsecMap = subsections[sym.n_sect - 1]; in parseSymbols() 376 subsections.push_back({{0, isec}}); in OpaqueFile() 412 for (size_t i = 0, n = subsections.size(); i < n; ++i) in ObjFile() 413 parseRelocations(sectionHeaders[i], subsections[i]); in ObjFile()
|
D | Dwarf.cpp | 23 for (SubsectionMap subsecMap : obj->subsections) { in create()
|
D | InputFiles.h | 67 std::vector<SubsectionMap> subsections; variable
|
D | Driver.cpp | 817 for (SubsectionMap &map : file->subsections) { in link()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 41 are they subsections = False 42 if you want subsections = use XML
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
/external/llvm/test/MC/MachO/ARM/ |
D | no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
/external/llvm-project/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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 58 iterator_range<DebugSubsectionIterator> subsections() const;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 58 iterator_range<DebugSubsectionIterator> subsections() const;
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-relative-source-lines.test | 36 RUN: llvm-pdbutil pdb2yaml -modules -module-files -module-syms -subsections=lines,fc %t/out.pdb | F… 38 RUN: llvm-pdbutil pdb2yaml -modules -module-files -module-syms -subsections=lines,fc %t/out.pdb | F…
|
D | pdb-unknown-subsection.s | 1 # Check that unknown symbol subsections are ignored with a warning, and a PDB
|
D | pdb-source-lines.test | 24 RUN: llvm-pdbutil pdb2yaml -modules -module-files -subsections=lines,fc %t.pdb | FileCheck %s
|
/external/python/pybind11/docs/advanced/cast/ |
D | index.rst | 30 The following subsections discuss the differences between these options in more
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 649 DebugSubsectionArray subsections; in handleDebugS() local 651 exitOnErr(reader.readArray(subsections, relocatedDebugContents.size())); in handleDebugS() 653 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS() 1499 DebugSubsectionArray subsections; in findLineTable() local 1501 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable() 1503 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
|
D | InputFiles.cpp | 734 DebugSubsectionArray subsections; in initializeFlags() local 738 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags() 740 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
|
/external/angle/doc/ |
D | ExternalBenchmarks.md | 4 There is a section for each benchmark with subsections for each platform. The general theme is to
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FractionalMaxPool.pbtxt | 87 smaller N x N subsections of the set (often 2x2), and try to reduce the set by
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | YAMLOutputStyle.cpp | 251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
|
D | BytesOutputStyle.cpp | 418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
|
/external/llvm-project/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…
|