/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 78 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 124 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
H A D | InputFile.cpp | 120 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 125 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 174 Subsections = SS; in SymbolGroup() 186 Subsections = SS; in updateDebugS() 212 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 213 SC.initialize(Subsections); in initializeForPdb()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
H A D | InputFile.h | 108 return Subsections; in getDebugSubsections() 125 codeview::DebugSubsectionArray Subsections; variable
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 132 codeview::DebugSubsectionArray Subsections; in initializeFileAndStringTable() local 133 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in initializeFileAndStringTable() 135 SC.initialize(Subsections); in initializeFileAndStringTable()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS()
|
H A D | COFFEmitter.cpp | 174 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 179 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 61 Subsections[SubsectionChar - 'A'].push_back(Xtors); in Register() 66 Subsections[SubsectionChar - 'A'].push_back(Xtors); in RegisterNoRun() 69 void Reset() { SubsectionsNew = Subsections; } in Reset() 74 std::array<std::vector<span<void (*)(void)>>, 26> Subsections; member
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 122 ArrayRef<YAMLDebugSubsection> Subsections,
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PdbYaml.h | 69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
H A D | PdbYaml.cpp | 187 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
H A D | YAMLOutputStyle.cpp | 260 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
H A D | llvm-pdbutil.cpp | 853 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb() 856 Allocator, MI.Subsections, Strings)); in yamlToPdb()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | InputFiles.h | 63 using Subsections = std::vector<Subsection>; variable 73 Subsections subsections;
|
H A D | InputFiles.cpp | 343 Subsections &subsections = section.subsections; in parseSections() 517 Subsections &subsections = section.subsections; in parseRelocations() 799 Subsections &subsections = sections[sym.n_sect - 1]->subsections; in parseSymbols() 812 Subsections &subsections = sections[i]->subsections; in parseSymbols()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | SphinxQuickstartTemplate.rst | 73 Subsections can also be nested beneath other subsections. For more information on sections, see Sph…
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | as.texinfo | 2948 Subsections are optional. If you do not use subsections, everything 2953 (Subsections may be padded a different amount on different flavors 2976 Subsections appear in your object file in numeric order, lowest numbered
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | as.texinfo | 3018 Subsections are optional. If you do not use subsections, everything 3023 (Subsections may be padded a different amount on different flavors 3042 Subsections appear in your object file in numeric order, lowest numbered
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | texinfo.tex | 3529 % Subsections. 3955 % Subsections.
|
/openbsd/gnu/usr.bin/binutils-2.17/texinfo/ |
H A D | texinfo.tex | 3974 % Subsections. 4498 % Subsections.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/include/ |
H A D | texinfo.tex | 3928 % Subsections. 4362 % Subsections.
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | texinfo.tex | 4145 % Subsections. 4640 % Subsections.
|
H A D | texinfo.txi | 4540 Subsections are to sections as sections are to chapters.
|
/openbsd/gnu/gcc/gcc/doc/include/ |
H A D | texinfo.tex | 4247 % Subsections. 4763 % Subsections.
|