|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugCrossExSubsection.h"


Public Member Functions | |
| DebugCrossModuleExportsSubsectionRef () | |
| Error | initialize (BinaryStreamReader Reader) |
| Error | initialize (BinaryStreamRef Stream) |
| Iterator | begin () const |
| Iterator | end () const |
Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionRef (DebugSubsectionKind Kind) | |
| virtual | ~DebugSubsectionRef () |
| DebugSubsectionKind | kind () const |
Static Public Member Functions | |
| static bool | classof (const DebugSubsectionRef *S) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| static bool | classof (const DebugSubsectionRef *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionKind | Kind |
Definition at line 25 of file DebugCrossExSubsection.h.
|
inline |
Definition at line 30 of file DebugCrossExSubsection.h.
|
inline |
Definition at line 40 of file DebugCrossExSubsection.h.
Referenced by getFileName().
|
inlinestatic |
Definition at line 33 of file DebugCrossExSubsection.h.
References llvm::codeview::CrossScopeExports, initialize(), and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 41 of file DebugCrossExSubsection.h.
Referenced by getFileName().
| Error DebugCrossModuleExportsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 19 of file DebugCrossExSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::corrupt_record, llvm::BinaryStreamReader::readArray(), and Size.
Referenced by classof(), initialize(), and llvm::codeview::visitDebugSubsection().
| Error DebugCrossModuleExportsSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 30 of file DebugCrossExSubsection.cpp.
References initialize().
1.8.13