LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::irsymtab::storage::Str Struct Reference

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

#include "llvm/Object/IRSymtab.h"

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 55 of file IRSymtab.h.

Member Function Documentation

◆ get()

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

Definition at line 58 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 56 of file IRSymtab.h.

Referenced by get().

◆ Size

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

Definition at line 56 of file IRSymtab.h.

Referenced by get().


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