LLVM: llvm::codeview::StringsAndChecksumsRef Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/StringsAndChecksums.h](StringsAndChecksums%5F8h%5Fsource.html)"

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.

StringsAndChecksumsRef::StringsAndChecksumsRef ( ) default

StringsAndChecksumsRef() [2/3]

StringsAndChecksumsRef() [3/3]

checksums()

hasChecksums()

bool llvm::codeview::StringsAndChecksumsRef::hasChecksums ( ) const inline

hasStrings()

bool llvm::codeview::StringsAndChecksumsRef::hasStrings ( ) const inline

initialize()

template<typename T>

void llvm::codeview::StringsAndChecksumsRef::initialize ( T && FragmentRange) inline

reset()

void StringsAndChecksumsRef::reset ( )

resetChecksums()

void StringsAndChecksumsRef::resetChecksums ( )

resetStrings()

void StringsAndChecksumsRef::resetStrings ( )

setChecksums()

setStrings()

strings()


The documentation for this class was generated from the following files: