Home
last modified time | relevance | path

Searched refs:subsections (Results 1 – 25 of 53) sorted by relevance

123

/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/llvm-project/lld/MachO/
DInputFiles.cpp159 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()
DDwarf.cpp23 for (SubsectionMap subsecMap : obj->subsections) { in create()
DInputFiles.h67 std::vector<SubsectionMap> subsections; variable
DDriver.cpp817 for (SubsectionMap &map : file->subsections) { in link()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/external/python/cpython3/Lib/test/
Dcfgparser.341 are they subsections = False
42 if you want subsections = use XML
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/external/llvm/test/MC/MachO/ARM/
Dno-subsections-reloc.s5 @ When not using subsections-via-symbols, references to non-local symbols
/external/llvm-project/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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h58 iterator_range<DebugSubsectionIterator> subsections() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h58 iterator_range<DebugSubsectionIterator> subsections() const;
/external/llvm-project/lld/test/COFF/
Dpdb-relative-source-lines.test36 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…
Dpdb-unknown-subsection.s1 # Check that unknown symbol subsections are ignored with a warning, and a PDB
Dpdb-source-lines.test24 RUN: llvm-pdbutil pdb2yaml -modules -module-files -subsections=lines,fc %t.pdb | FileCheck %s
/external/python/pybind11/docs/advanced/cast/
Dindex.rst30 The following subsections discuss the differences between these options in more
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.pdb %p/Inputs/debug-subsections.yaml
/external/llvm-project/lld/COFF/
DPDB.cpp649 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()
DInputFiles.cpp734 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/
DExternalBenchmarks.md4 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/
Dapi_def_FractionalMaxPool.pbtxt87 smaller N x N subsections of the set (often 2x2), and try to reduce the set by
/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
/external/llvm-project/llvm/docs/
DSphinxQuickstartTemplate.rst73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…

123