LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
TableRef Struct Reference
Collaboration diagram for TableRef:
Collaboration graph
[legend]

Public Member Functions

 TableRef ()
 
template<size_t N>
 TableRef (const TableEntry(&tbl)[N])
 

Public Attributes

size_t size
 
const TableEntry * table
 

Detailed Description

Definition at line 413 of file AMDGPULibCalls.cpp.

Constructor & Destructor Documentation

◆ TableRef() [1/2]

TableRef::TableRef ( )
inline

Definition at line 417 of file AMDGPULibCalls.cpp.

◆ TableRef() [2/2]

template<size_t N>
TableRef::TableRef ( const TableEntry(&)  tbl[N])
inline

Definition at line 420 of file AMDGPULibCalls.cpp.

Member Data Documentation

◆ size

size_t TableRef::size

Definition at line 414 of file AMDGPULibCalls.cpp.

Referenced by llvm::AMDGPULibCalls::fold().

◆ table

const TableEntry* TableRef::table

Definition at line 415 of file AMDGPULibCalls.cpp.

Referenced by llvm::AMDGPULibCalls::fold().


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