LLVM  8.0.1
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"

Collaboration diagram for llvm::irsymtab::storage::Str:
Collaboration graph
[legend]

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

Member Function Documentation

◆ get()

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

Definition at line 57 of file IRSymtab.h.

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

Member Data Documentation

◆ Offset

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

◆ Size

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

Definition at line 55 of file IRSymtab.h.


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