Searched refs:subsections (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 232 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 D | InputFiles.h | 76 std::vector<SubsectionMap> subsections; variable
|
| H A D | Driver.cpp | 1046 for (const SubsectionMap &map : file->subsections) { in gatherInputSections()
|
| H A D | SyntheticSections.cpp | 756 const SubsectionMap &subsecMap = objFile->subsections[i]; in collectDataInCodeEntries()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 122 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 D | ModuleDebugStream.h | 58 iterator_range<DebugSubsectionIterator> subsections() const;
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 662 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 D | InputFiles.cpp | 736 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 D | YAMLOutputStyle.cpp | 251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
|
| H A D | BytesOutputStyle.cpp | 418 for (const auto &SS : Stream.subsections()) { in dumpModuleC13()
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | rfc3454.txt | 348 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 D | rfc3490.txt | 521 The following two subsections define the ToASCII and ToUnicode
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | setup.texi | 47 assignments or subsections). A section starts with 1410 verify. See the subsections below for how to do that. Then, you can
|
| H A D | layman.asc | 199 The following four subsections give an overview of simple
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1050 subsections.
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | CHANGES | 184 + reorganize dialog.3, to use subsections for generating navigation
|