clang 22.0.0git
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 390 of file CGOpenMPRuntime.h.

Member Data Documentation

◆ DebugLoc

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

Definition at line 391 of file CGOpenMPRuntime.h.

◆ ServiceInsertPt

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

Insert point for the service instructions.

Definition at line 394 of file CGOpenMPRuntime.h.

◆ ThreadID

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

Definition at line 392 of file CGOpenMPRuntime.h.


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