LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
Public Types | |
using | StringsPtr = std::shared_ptr< DebugStringTableSubsection > |
using | ChecksumsPtr = std::shared_ptr< DebugChecksumsSubsection > |
Public Member Functions | |
StringsAndChecksums ()=default | |
void | setStrings (const StringsPtr &SP) |
void | setChecksums (const ChecksumsPtr &CP) |
const StringsPtr & | strings () const |
const ChecksumsPtr & | checksums () const |
bool | hasStrings () const |
bool | hasChecksums () const |
Definition at line 83 of file StringsAndChecksums.h.
using llvm::codeview::StringsAndChecksums::ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection> |
Definition at line 86 of file StringsAndChecksums.h.
using llvm::codeview::StringsAndChecksums::StringsPtr = std::shared_ptr<DebugStringTableSubsection> |
Definition at line 85 of file StringsAndChecksums.h.
|
default |
|
inline |
Definition at line 95 of file StringsAndChecksums.h.
|
inline |
Definition at line 98 of file StringsAndChecksums.h.
|
inline |
Definition at line 97 of file StringsAndChecksums.h.
|
inline |
Definition at line 92 of file StringsAndChecksums.h.
|
inline |
Definition at line 91 of file StringsAndChecksums.h.
|
inline |
Definition at line 94 of file StringsAndChecksums.h.