Represents a read‐only view of a CodeView string table. This is a very simple flat buffer consisting of null‐terminated strings, where strings are retrieved by their offset in the buffer. DebugStringTableSubsectionRef does not own the underlying storage for the buffer.

Synopsis

Declared in <llvm/DebugInfo/CodeView/DebugStringTableSubsection.h>

class DebugStringTableSubsectionRef
    : public DebugSubsectionRef

Base Classes

Name

Description

DebugSubsectionRef

Member Functions

Name

Description

DebugStringTableSubsectionRef [constructor]

Default constructor

getBuffer

getString

initialize

kind

valid

Static Member Functions

Name

classof

Protected Data Members

Name

Kind

Created with MrDocs