| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 76 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 122 return make_range(Subsections.begin(), Subsections.end()); in subsections()
|
| H A D | InputFile.cpp | 121 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 126 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 175 Subsections = SS; in SymbolGroup() 187 Subsections = SS; in updateDebugS() 213 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 214 SC.initialize(Subsections); in initializeForPdb()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 64 return Subsections; in getSubsectionsArray() 90 codeview::DebugSubsectionArray Subsections; variable
|
| H A D | InputFile.h | 109 return Subsections; in getDebugSubsections() 126 codeview::DebugSubsectionArray Subsections; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 285 auto &Subsections = Section->Subsections; in changeSectionImpl() local 286 size_t I = 0, E = Subsections.size(); in changeSectionImpl() 287 while (I != E && Subsections[I].first < Subsection) in changeSectionImpl() 291 if (I == E || Subsections[I].first != Subsection) { in changeSectionImpl() 294 Subsections.insert(Subsections.begin() + I, in changeSectionImpl() 297 Section->CurFragList = &Subsections[I].second; in changeSectionImpl()
|
| H A D | MCAssembler.cpp | 771 if (Sec.Subsections.size() > 1) { in layout() 774 for (auto &[_, List] : Sec.Subsections) { in layout() 779 Sec.Subsections.clear(); in layout() 780 Sec.Subsections.push_back({0u, {Dummy.getNext(), Tail}}); in layout() 781 Sec.CurFragList = &Sec.Subsections[0].second; in layout()
|
| H A D | MCSection.cpp | 27 CurFragList = &Subsections.emplace_back(0u, FragList{}).second; in MCSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 744 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 747 if (Subsections.empty()) in toCodeViewSubsectionList() 750 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 906 DebugSubsectionArray Subsections; in fromDebugS() local 907 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 911 for (const auto &SS : Subsections) { in fromDebugS()
|
| H A D | COFFEmitter.cpp | 163 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 168 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 121 ArrayRef<YAMLDebugSubsection> Subsections,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 62 Subsections[SubsectionChar - 'A'].push_back(Xtors); in Register() 67 Subsections[SubsectionChar - 'A'].push_back(Xtors); in RegisterNoRun() 70 void Reset() { SubsectionsNew = Subsections; } in Reset() 75 std::array<std::vector<span<void (*)(void)>>, 26> Subsections; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 70 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
| H A D | PdbYaml.cpp | 194 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
| H A D | YAMLOutputStyle.cpp | 269 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
| H A D | llvm-pdbutil.cpp | 857 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb() 860 Allocator, MI.Subsections, Strings)); in yamlToPdb()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.h | 63 using Subsections = std::vector<Subsection>; variable 73 Subsections subsections;
|
| H A D | InputFiles.cpp | 363 Subsections &subsections = section.subsections; in parseSections() 537 Subsections &subsections = section.subsections; in parseRelocations() 815 Subsections &subsections = sections[sym.n_sect - 1]->subsections; in parseSymbols() 828 Subsections &subsections = sections[i]->subsections; in parseSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 123 SmallVector<std::pair<unsigned, FragList>, 1> Subsections; variable 192 MCFragment &getDummyFragment() { return *Subsections[0].second.Head; } in getDummyFragment()
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | setup.texi | 50 separated from the equal sign with some whitespace). Subsections have a
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc3454.txt | 269 repertories. Subsections of appendix A also list unassigned code
|