Searched refs:subsections (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h58 iterator_range<DebugSubsectionIterator> subsections() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp122 ModuleDebugStreamRef::subsections() const { function in class:ModuleDebugStreamRef
135 for (const auto &SS : subsections()) {
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp229 /// collect them all here and re-write them after all subsections have been
234 /// that need to be re-written. We first process all .debug$S subsections
235 /// to ensure that we can handle subsections written in any order, building
897 // them all. Typically symbol subsections are small enough that this will not
1031 DebugSubsectionArray subsections; local
1037 exitOnErr(reader.readArray(subsections, relocatedDebugContents.size()));
1039 for (const DebugSubsectionRecord &ss : subsections) {
1040 // Ignore subsections with the 'ignore' bit. Some versions of the Visual C++
1041 // runtime have subsections with this bit set.
1048 "Encountered multiple string table subsections!");
1829 DebugSubsectionArray subsections; local
[all...]
H A DInputFiles.cpp711 DebugSubsectionArray subsections;
715 exitOnErr(reader.readArray(subsections, data.size()));
717 for (const DebugSubsectionRecord &ss : subsections) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp251 for (const auto &SS : ModS.subsections()) {
H A DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) {
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl113 up into subsections using the C<=head2> directives, like
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex421 its various subsections. This can then be linked directly into a

Completed in 201 milliseconds