struct CGOpenMPRuntimeGPU::MappedVarData

Declaration

struct CGOpenMPRuntimeGPU::MappedVarData { /* full declaration omitted */ };

Description

The data for the single globalized variable.

Declared at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:412

Member Variables

public llvm::Value* GlobalizedVal = nullptr
Corresponding field in the global record.
public clang::CodeGen::Address PrivateAddr = Address::invalid()
Corresponding address.