clang  3.7.0
Public Attributes | List of all members
clang::CodeGen::DebugLocThreadIdTy Struct Reference

Stores debug location and ThreadID for the function. More...

#include <CGOpenMPRuntime.h>

Collaboration diagram for clang::CodeGen::DebugLocThreadIdTy:
[legend]

Public Attributes

llvm::ValueDebugLoc
 
llvm::ValueThreadID
 

Detailed Description

Stores debug location and ThreadID for the function.

Definition at line 237 of file CGOpenMPRuntime.h.

Member Data Documentation

llvm::Value* clang::CodeGen::DebugLocThreadIdTy::DebugLoc

Definition at line 238 of file CGOpenMPRuntime.h.

llvm::Value* clang::CodeGen::DebugLocThreadIdTy::ThreadID

Definition at line 239 of file CGOpenMPRuntime.h.


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