clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::CGOpenMPRuntime::DebugLocThreadIdTy Struct Reference

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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Attributes

llvm::Value * DebugLoc
 
llvm::Value * ThreadID
 
llvm::AssertingVH< llvm::Instruction > ServiceInsertPt = nullptr
 Insert point for the service instructions.
 

Detailed Description

Stores debug location and ThreadID for the function.

Definition at line 396 of file CGOpenMPRuntime.h.

Member Data Documentation

◆ DebugLoc

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

Definition at line 397 of file CGOpenMPRuntime.h.

◆ ServiceInsertPt

llvm::AssertingVH<llvm::Instruction> clang::CodeGen::CGOpenMPRuntime::DebugLocThreadIdTy::ServiceInsertPt = nullptr

Insert point for the service instructions.

Definition at line 400 of file CGOpenMPRuntime.h.

◆ ThreadID

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

Definition at line 398 of file CGOpenMPRuntime.h.


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