struct CGOpenMPRuntime::DebugLocThreadIdTy

Declaration

struct CGOpenMPRuntime::DebugLocThreadIdTy { /* full declaration omitted */ };

Description

Stores debug location and ThreadID for the function.

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:432

Member Variables

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