class StringsAndChecksums
Declaration
class StringsAndChecksums { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:81
Method Overview
- public StringsAndChecksums()
- public const llvm::codeview::StringsAndChecksums::ChecksumsPtr & checksums() const
- public bool hasChecksums() const
- public bool hasStrings() const
- public void setChecksums(const llvm::codeview::StringsAndChecksums::ChecksumsPtr & CP)
- public void setStrings(const llvm::codeview::StringsAndChecksums::StringsPtr & SP)
- public const llvm::codeview::StringsAndChecksums::StringsPtr & strings() const
Methods
¶StringsAndChecksums()
StringsAndChecksums()
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:87
¶const llvm::codeview::StringsAndChecksums::
ChecksumsPtr&
checksums() const
const llvm::codeview::StringsAndChecksums::
ChecksumsPtr&
checksums() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:93
¶bool hasChecksums() const
bool hasChecksums() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:96
¶bool hasStrings() const
bool hasStrings() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:95
¶void setChecksums(
const llvm::codeview::StringsAndChecksums::
ChecksumsPtr& CP)
void setChecksums(
const llvm::codeview::StringsAndChecksums::
ChecksumsPtr& CP)
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:90
Parameters
- const llvm::codeview::StringsAndChecksums:: ChecksumsPtr& CP
¶void setStrings(
const llvm::codeview::StringsAndChecksums::
StringsPtr& SP)
void setStrings(
const llvm::codeview::StringsAndChecksums::
StringsPtr& SP)
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:89
Parameters
- const llvm::codeview::StringsAndChecksums:: StringsPtr& SP
¶const llvm::codeview::StringsAndChecksums::
StringsPtr&
strings() const
const llvm::codeview::StringsAndChecksums::
StringsPtr&
strings() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h:92