LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
Public Member Functions | |
LLVM_ABI | StringsAndChecksumsRef () |
LLVM_ABI | StringsAndChecksumsRef (const DebugStringTableSubsectionRef &Strings) |
LLVM_ABI | StringsAndChecksumsRef (const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &Checksums) |
LLVM_ABI void | setStrings (const DebugStringTableSubsectionRef &Strings) |
LLVM_ABI void | setChecksums (const DebugChecksumsSubsectionRef &CS) |
LLVM_ABI void | reset () |
LLVM_ABI void | resetStrings () |
LLVM_ABI void | resetChecksums () |
template<typename T> | |
void | initialize (T &&FragmentRange) |
const DebugStringTableSubsectionRef & | strings () const |
const DebugChecksumsSubsectionRef & | checksums () const |
bool | hasStrings () const |
bool | hasChecksums () const |
Definition at line 24 of file StringsAndChecksums.h.
|
default |
References LLVM_ABI.
|
explicit |
Definition at line 22 of file StringsAndChecksums.cpp.
StringsAndChecksumsRef::StringsAndChecksumsRef | ( | const DebugStringTableSubsectionRef & | Strings, |
const DebugChecksumsSubsectionRef & | Checksums ) |
Definition at line 26 of file StringsAndChecksums.cpp.
|
inline |
Definition at line 69 of file StringsAndChecksums.h.
|
inline |
Definition at line 72 of file StringsAndChecksums.h.
|
inline |
Definition at line 71 of file StringsAndChecksums.h.
|
inline |
Definition at line 44 of file StringsAndChecksums.h.
References llvm::codeview::FileChecksums, llvm::codeview::StringTable, and T.
void StringsAndChecksumsRef::reset | ( | ) |
Definition at line 41 of file StringsAndChecksums.cpp.
References resetChecksums(), and resetStrings().
void StringsAndChecksumsRef::resetChecksums | ( | ) |
Definition at line 51 of file StringsAndChecksums.cpp.
Referenced by reset().
void StringsAndChecksumsRef::resetStrings | ( | ) |
Definition at line 46 of file StringsAndChecksums.cpp.
Referenced by reset().
void StringsAndChecksumsRef::setChecksums | ( | const DebugChecksumsSubsectionRef & | CS | ) |
Definition at line 63 of file StringsAndChecksums.cpp.
void StringsAndChecksumsRef::setStrings | ( | const DebugStringTableSubsectionRef & | Strings | ) |
Definition at line 56 of file StringsAndChecksums.cpp.
|
inline |
Definition at line 68 of file StringsAndChecksums.h.