LLVM: llvm::irsymtab::storage::Str Struct Reference (original) (raw)

A reference to a string in the string table. More...

#include "[llvm/Object/IRSymtab.h](IRSymtab%5F8h%5Fsource.html)"

Public Member Functions
StringRef get (StringRef Strtab) const
Public Attributes
Word Offset
Word Size

Detailed Description

A reference to a string in the string table.

Definition at line 56 of file IRSymtab.h.

Member Function Documentation

get()

StringRef llvm::irsymtab::storage::Str::get ( StringRef Strtab) const inline

Definition at line 59 of file IRSymtab.h.

References llvm::StringRef::data(), Offset, and Size.

Referenced by llvm::irsymtab::readBitcode().

Member Data Documentation

Offset

Word llvm::irsymtab::storage::Str::Offset

Definition at line 57 of file IRSymtab.h.

Referenced by get().

Size

Word llvm::irsymtab::storage::Str::Size

Definition at line 57 of file IRSymtab.h.

Referenced by get().


The documentation for this struct was generated from the following file: