LLVM API Documentation

Public Member Functions
llvm::NVPTXMachineFunctionInfo Class Reference

#include <NVPTXMachineFunctionInfo.h>

Inheritance diagram for llvm::NVPTXMachineFunctionInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::NVPTXMachineFunctionInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NVPTXMachineFunctionInfo (MachineFunction &MF)
unsigned getImageHandleSymbolIndex (const char *Symbol)
const char * getImageHandleSymbol (unsigned Idx) const
 Returns the symbol name at the given index.

Detailed Description

Definition at line 21 of file NVPTXMachineFunctionInfo.h.


Constructor & Destructor Documentation

Definition at line 28 of file NVPTXMachineFunctionInfo.h.


Member Function Documentation

Returns the symbol name at the given index.

Definition at line 44 of file NVPTXMachineFunctionInfo.h.

References llvm::SmallVectorTemplateCommon< T, typename >::size().

Returns the index for the symbol Symbol. If the symbol was previously, added, the same index is returned. Otherwise, the symbol is added and the new index is returned.

Definition at line 33 of file NVPTXMachineFunctionInfo.h.

References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back(), and llvm::SmallVectorTemplateCommon< T, typename >::size().


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