|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugUnknownSubsection.h"
Public Member Functions | |
| DebugUnknownSubsectionRef (DebugSubsectionKind Kind, BinaryStreamRef Data) | |
| BinaryStreamRef | getData () const |
| Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionRef (DebugSubsectionKind Kind) | |
| virtual | ~DebugSubsectionRef () |
| DebugSubsectionKind | kind () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| static bool | classof (const DebugSubsectionRef *S) |
| Protected Attributes inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionKind | Kind |
Definition at line 18 of file DebugUnknownSubsection.h.
|
inline |
Definition at line 20 of file DebugUnknownSubsection.h.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::DebugSubsectionRef::Kind.
|
inline |
Definition at line 23 of file DebugUnknownSubsection.h.