Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp232 subsections.reserve(sections.size()); in parseSections()
246 subsections.push_back({}); in parseSections()
270 subsections.push_back({{0, isec}}); in parseSections()
275 subsections.push_back({}); in parseSections()
276 SubsectionMap &subsecMap = subsections.back(); in parseSections()
287 subsections.push_back({{0, isec}}); in parseSections()
293 subsections.push_back({}); in parseSections()
625 for (size_t i = 0; i < subsections.size(); ++i) { in parseSymbols()
626 SubsectionMap &subsecMap = subsections[i]; in parseSymbols()
737 subsections.push_back({{0, isec}}); in OpaqueFile()
[all …]
H A DInputFiles.h76 std::vector<SubsectionMap> subsections; variable
H A DDriver.cpp1046 for (const SubsectionMap &map : file->subsections) { in gatherInputSections()
H A DSyntheticSections.cpp756 const SubsectionMap &subsecMap = objFile->subsections[i]; in collectDataInCodeEntries()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef
135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h58 iterator_range<DebugSubsectionIterator> subsections() const;
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp662 DebugSubsectionArray subsections; in writeAllModuleSymbolRecords() local
664 exitOnErr(reader.readArray(subsections, contents.size())); in writeAllModuleSymbolRecords()
667 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()
763 DebugSubsectionArray subsections; in handleDebugS() local
765 exitOnErr(reader.readArray(subsections, contents.size())); in handleDebugS()
771 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()
1723 DebugSubsectionArray subsections; in findLineTable() local
1725 exitOnErr(reader.readArray(subsections, contents.size())); in findLineTable()
1727 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
H A DInputFiles.cpp736 DebugSubsectionArray subsections; in initializeFlags() local
740 exitOnErr(reader.readArray(subsections, data.size())); in initializeFlags()
742 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
/freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md1050 subsections.
/freebsd-13.1/contrib/dialog/
H A DCHANGES184 + reorganize dialog.3, to use subsections for generating navigation