Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp365 Subsections &subsections = section.subsections; in parseSections() local
366 subsections.reserve(data.size() / recordSize); in parseSections()
370 subsections.push_back({off, isec}); in parseSections()
385 section.subsections.push_back({0, isec}); in parseSections()
391 section.subsections.push_back({0, isec}); in parseSections()
421 section.subsections.push_back({0, isec}); in parseSections()
445 ehFrameSection.subsections.push_back( in splitEhFrames()
480 section.subsections, *offset, in findContainingSubsection()
539 Subsections &subsections = section.subsections; in parseRelocations() local
540 auto subsecIt = subsections.rbegin(); in parseRelocations()
[all …]
H A DInputSection.cpp123 for (const Subsection &subsec : section.subsections) { in getLocation()
144 for (const Subsection &subsec : section.subsections) { in getSourceLocation()
285 section.subsections.push_back({0, isec}); in makeSyntheticInputSection()
H A DICF.cpp385 assert(addrSigSection->subsections.size() == 1); in markAddrSigSymbols()
387 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
85 // Whether we have already split this section into individual subsections.
H A DDriver.cpp1299 for (const Subsection &subsection : section->subsections) in gatherInputSections()
1339 section.subsections.push_back({0, isec}); in addSynthenticMethnames()
H A DObjC.cpp1054 parentSection->subsections.push_back({0, newStringSec}); in emitCategoryName()
H A DSyntheticSections.cpp1089 for (const Subsection &subsec : section->subsections) { in collectDataInCodeEntries()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp123 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
136 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h61 iterator_range<DebugSubsectionIterator> subsections() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp658 DebugSubsectionArray subsections; in writeAllModuleSymbolRecords() local
660 exitOnErr(reader.readArray(subsections, contents.size())); in writeAllModuleSymbolRecords()
663 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()
760 DebugSubsectionArray subsections; in handleDebugS() local
763 exitOnErr(reader.readArray(subsections, contents.size())); in handleDebugS()
769 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()
1775 DebugSubsectionArray subsections; in findLineTable() local
1777 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable()
1779 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
H A DInputFiles.cpp749 DebugSubsectionArray subsections; in initializeFlags() local
753 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags()
755 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.cpp641 if (sec->subsections.empty()) in applyOptimizationHints()
644 sec->subsections, addr - sec->addr, in applyOptimizationHints()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
H A DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
/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
/freebsd/contrib/googletest/docs/
H A Dadvanced.md755 subsections.
/freebsd/contrib/dialog/
H A DCHANGES397 + reorganize dialog.3, to use subsections for generating navigation