clang 22.0.0git
|
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. |
Stores debug location and ThreadID for the function.
Definition at line 390 of file CGOpenMPRuntime.h.
llvm::Value* clang::CodeGen::CGOpenMPRuntime::DebugLocThreadIdTy::DebugLoc |
Definition at line 391 of file CGOpenMPRuntime.h.
llvm::AssertingVH<llvm::Instruction> clang::CodeGen::CGOpenMPRuntime::DebugLocThreadIdTy::ServiceInsertPt = nullptr |
Insert point for the service instructions.
Definition at line 394 of file CGOpenMPRuntime.h.
llvm::Value* clang::CodeGen::CGOpenMPRuntime::DebugLocThreadIdTy::ThreadID |
Definition at line 392 of file CGOpenMPRuntime.h.