Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp363 Subsections &subsections = section.subsections; in parseSections() local
364 subsections.reserve(data.size() / recordSize); in parseSections()
368 subsections.push_back({off, isec}); in parseSections()
383 section.subsections.push_back({0, isec}); in parseSections()
389 section.subsections.push_back({0, isec}); in parseSections()
419 section.subsections.push_back({0, isec}); in parseSections()
443 ehFrameSection.subsections.push_back( in splitEhFrames()
478 section.subsections, *offset, in findContainingSubsection()
537 Subsections &subsections = section.subsections; in parseRelocations() local
538 auto subsecIt = subsections.rbegin(); in parseRelocations()
[all …]
H A DInputSection.cpp122 for (const Subsection &subsec : section.subsections) { in getLocation()
143 for (const Subsection &subsec : section.subsections) { in getSourceLocation()
284 section.subsections.push_back({0, isec}); in makeSyntheticInputSection()
H A DBPSectionOrderer.cpp116 for (auto &subsec : sec->subsections) { in runBalancedPartitioning()
H A DICF.cpp508 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols()
510 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols()
H A DMapFile.cpp92 for (const Subsection &subsec : sec->subsections) { in gatherMapInfo()
H A DInputFiles.h73 Subsections subsections; variable
H A DDriver.cpp1311 for (const Subsection &subsection : section->subsections) in gatherInputSections()
1400 section.subsections.push_back({0, isec}); in addSynthenticMethnames()
H A DObjC.cpp1055 parentSection->subsections.push_back({0, newStringSec}); in emitCategoryName()
H A DSyntheticSections.cpp1086 for (const Subsection &subsec : section->subsections) { in collectDataInCodeEntries()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp121 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
134 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/freebsd/crypto/krb5/src/util/profile/
H A Dfinal6.ini2 # subsections, and relations within the same file.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h62 LLVM_ABI iterator_range<DebugSubsectionIterator> subsections() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp652 DebugSubsectionArray subsections; in writeAllModuleSymbolRecords() local
654 exitOnErr(reader.readArray(subsections, contents.size())); in writeAllModuleSymbolRecords()
657 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()
754 DebugSubsectionArray subsections; in handleDebugS() local
757 exitOnErr(reader.readArray(subsections, contents.size())); in handleDebugS()
763 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()
1782 DebugSubsectionArray subsections; in findLineTable() local
1784 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable()
1786 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
H A DInputFiles.cpp974 DebugSubsectionArray subsections; in initializeFlags() local
978 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags()
980 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
/freebsd/crypto/openssh/
H A DPROTOCOL.krl119 2.5. Certificate Extension subsections
125 Extensions are stored in subsections of type
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp638 if (sec->subsections.empty()) in applyOptimizationHints()
641 sec->subsections, addr - sec->addr, in applyOptimizationHints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h123 std::vector<JSONSection> subsections; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp226 for (const auto &subsection : json_section.subsections) { in CreateSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp260 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
H A DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp693 o.mapOptional("subsections", section.subsections) && in fromJSON()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3454.txt348 mapping tables are subsections of appendix B.
352 appendix B and subsections below, the lists in appendix B always
540 Note that the subsections below describe how the tables in appendix C
548 appendix C and subsections below, the lists in appendix C always take
H A Drfc3490.txt521 The following two subsections define the ToASCII and ToUnicode
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi47 assignments or subsections). A section starts with
1410 verify. See the subsections below for how to do that. Then, you can
H A Dlayman.asc199 The following four subsections give an overview of simple

12