| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.cpp | 78 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 124 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | ModuleDebugStream.h | 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
| H A D | InputFile.h | 108 return Subsections; in getDebugSubsections() 125 codeview::DebugSubsectionArray Subsections; variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS()
|
| H A D | COFFEmitter.cpp | 169 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument 174 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS() 209 // We support specifying exactly one of SectionData or Subsections. So if in layoutCOFF()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 120 ArrayRef<YAMLDebugSubsection> Subsections,
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 61 Subsections[SubsectionChar - 'A'].push_back(Xtors); in Register() 66 Subsections[SubsectionChar - 'A'].push_back(Xtors); in RegisterNoRun() 69 void Reset() { SubsectionsNew = Subsections; } in Reset() 74 std::array<std::vector<span<void (*)(void)>>, 26> Subsections; member
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PdbYaml.h | 69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
|
| H A D | PdbYaml.cpp | 187 IO.mapOptional("Subsections", Obj.Subsections); in mapping()
|
| H A D | YAMLOutputStyle.cpp | 260 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
| H A D | llvm-pdbutil.cpp | 851 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb() 854 Allocator, MI.Subsections, Strings)); in yamlToPdb()
|
| /freebsd-src/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 | 365 Subsections &subsections = section.subsections; in parseSections() 539 Subsections &subsections = section.subsections; in parseRelocations() 817 Subsections &subsections = sections[sym.n_sect - 1]->subsections; in parseSymbols() 830 Subsections &subsections = sections[i]->subsections; in parseSymbols()
|
| /freebsd-src/crypto/heimdal/doc/ |
| H A D | setup.texi | 50 separated from the equal sign with some whitespace). Subsections have a
|
| /freebsd-src/crypto/heimdal/lib/wind/ |
| H A D | rfc3454.txt | 269 repertories. Subsections of appendix A also list unassigned code
|