| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h"
Public Member Functions | |
| DebugSymbolRVASubsection () | |
| Error | commit (BinaryStreamWriter &Writer) const override | 
| uint32_t | calculateSerializedSize () const override | 
| void | addRVA (uint32_t RVA) | 
| Public Member Functions inherited from llvm::codeview::DebugSubsection | |
| DebugSubsection (DebugSubsectionKind Kind) | |
| virtual | ~DebugSubsection () | 
| DebugSubsectionKind | kind () const | 
Static Public Member Functions | |
| static bool | classof (const DebugSubsection *S) | 
| Static Public Member Functions inherited from llvm::codeview::DebugSubsection | |
| static bool | classof (const DebugSubsection *S) | 
Additional Inherited Members | |
| Protected Attributes inherited from llvm::codeview::DebugSubsection | |
| DebugSubsectionKind | Kind | 
Definition at line 45 of file DebugSymbolRVASubsection.h.
| DebugSymbolRVASubsection::DebugSymbolRVASubsection | ( | ) | 
Definition at line 26 of file DebugSymbolRVASubsection.cpp.
References llvm::codeview::CoffSymbolRVA, and llvm::codeview::DebugSubsection::DebugSubsection().
      
  | 
  inline | 
Definition at line 56 of file DebugSymbolRVASubsection.h.
      
  | 
  overridevirtual | 
Implements llvm::codeview::DebugSubsection.
Definition at line 33 of file DebugSymbolRVASubsection.cpp.
      
  | 
  inlinestatic | 
Definition at line 49 of file DebugSymbolRVASubsection.h.
References llvm::codeview::CoffSymbolRVA, llvm::codeview::DebugSubsection::DebugSubsection(), and llvm::codeview::DebugSubsection::kind().
      
  | 
  overridevirtual | 
Implements llvm::codeview::DebugSubsection.
Definition at line 29 of file DebugSymbolRVASubsection.cpp.
References llvm::ArrayRef(), and llvm::BinaryStreamWriter::writeArray().