|
LLVM
8.0.1
|
#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 82 of file StringsAndChecksums.h.
| using llvm::codeview::StringsAndChecksums::ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection> |
Definition at line 85 of file StringsAndChecksums.h.
| using llvm::codeview::StringsAndChecksums::StringsPtr = std::shared_ptr<DebugStringTableSubsection> |
Definition at line 84 of file StringsAndChecksums.h.
|
default |
|
inline |
Definition at line 94 of file StringsAndChecksums.h.
|
inline |
Definition at line 97 of file StringsAndChecksums.h.
Referenced by llvm::CodeViewYAML::initializeStringsAndChecksums().
|
inline |
Definition at line 96 of file StringsAndChecksums.h.
Referenced by llvm::CodeViewYAML::initializeStringsAndChecksums().
|
inline |
Definition at line 91 of file StringsAndChecksums.h.
References llvm::HexagonISD::CP.
Referenced by llvm::CodeViewYAML::initializeStringsAndChecksums().
|
inline |
Definition at line 90 of file StringsAndChecksums.h.
Referenced by llvm::CodeViewYAML::initializeStringsAndChecksums().
|
inline |
Definition at line 93 of file StringsAndChecksums.h.
1.8.13