clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CGOpenMPRuntimeNVPTX::WorkerFunctionState Class Reference

#include <CGOpenMPRuntimeNVPTX.h>

Collaboration diagram for clang::CodeGen::CGOpenMPRuntimeNVPTX::WorkerFunctionState:
[legend]

Public Member Functions

 WorkerFunctionState (CodeGenModule &CGM)
 

Public Attributes

llvm::Function * WorkerFn
 
const CGFunctionInfoCGFI
 

Detailed Description

Definition at line 35 of file CGOpenMPRuntimeNVPTX.h.

Constructor & Destructor Documentation

CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFunctionState ( CodeGenModule CGM)

Definition at line 93 of file CGOpenMPRuntimeNVPTX.cpp.

Member Data Documentation

const CGFunctionInfo* clang::CodeGen::CGOpenMPRuntimeNVPTX::WorkerFunctionState::CGFI

Definition at line 38 of file CGOpenMPRuntimeNVPTX.h.

llvm::Function* clang::CodeGen::CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFn

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