reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
   23 class DebugSubsectionRecord;

References

include/llvm/ADT/iterator.h
   68     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   41   static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
   62   DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
   73   DebugSubsectionRecord Contents;
   82                    codeview::DebugSubsectionRecord &Info) {
   86     if (auto EC = codeview::DebugSubsectionRecord::initialize(
   96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
   67 Error visitDebugSubsection(const DebugSubsectionRecord &R,
   77   for (const DebugSubsectionRecord &L : FragmentRange) {
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
   41     for (const DebugSubsectionRecord &R : FragmentRange) {
   71   void initializeStrings(const DebugSubsectionRecord &SR);
   72   void initializeChecksums(const DebugSubsectionRecord &FCR);
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
   59   addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
  113                         const codeview::DebugSubsectionRecord &SS);
include/llvm/Support/BinaryStreamArray.h
   92   typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  151     : public iterator_facade_base<VarStreamArrayIterator<ValueType, Extractor>,
  152                                   std::forward_iterator_tag, ValueType> {
  153   typedef VarStreamArrayIterator<ValueType, Extractor> IterType;
  154   typedef VarStreamArray<ValueType, Extractor> ArrayType;
  191   const ValueType &operator*() const {
  196   ValueType &operator*() {
  241   ValueType ThisValue;
include/llvm/Support/BinaryStreamReader.h
  217   Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
   31                                         DebugSubsectionRecord &Info,
   60     const DebugSubsectionRecord &Contents, CodeViewContainer Container)
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   29     const DebugSubsectionRecord &R, DebugSubsectionVisitor &V,
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
   33     const DebugSubsectionRecord &SR) {
   72     const DebugSubsectionRecord &FCR) {
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  188     const DebugSubsectionRecord &SubsectionContents) {
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  135   for (const auto &SS : subsections()) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  892                                            const DebugSubsectionRecord &SS) {
  915   for (const auto &SS : Subsections) {
tools/lld/COFF/InputFiles.cpp
  707   for (const DebugSubsectionRecord &ss : subsections) {
tools/lld/COFF/PDB.cpp
  995   for (const DebugSubsectionRecord &ss : subsections) {
 1742     for (const DebugSubsectionRecord &ss : subsections) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1075   for (const DebugSubsectionRecord &dssr :
tools/llvm-pdbutil/BytesOutputStyle.cpp
  418           for (const auto &SS : Stream.subsections()) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
  284   for (const auto &SS : SG.getDebugSubsections()) {
  303   for (const auto &Chunk : SG.getDebugSubsections()) {
  485                         for (const auto &SS : SG.getDebugSubsections()) {
  835       for (const auto &SS : Sec.getDebugSubsections()) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   57       for (const auto &SS : SG.getDebugSubsections()) {
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  251         for (const auto &SS : ModS.subsections()) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)