Read‐only view of a CodeView string table.
Synopsis
Declared in <llvm/DebugInfo/CodeView/DebugStringTableSubsection.h>
class DebugStringTableSubsectionRef
: public DebugSubsectionRef
Description
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.
Base Classes
Name |
Description |
Read‐only base class for a CodeView debug subsection view. |
Member Functions
Name |
Description |
|
Construct an empty, uninitialized string table subsection reference. |
Return the underlying buffer of serialized string table bytes. |
|
Return the null‐terminated string at byte offset |
|
|
|
Return the subsection kind of this reference. |
|
Return true if the underlying string table stream has been initialized. |
Static Member Functions
Name |
Description |
Return true if |