clang 20.0.0git
|
Allows to disable automatic handling of functions used in target regions as those marked as omp declare target
.
More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Member Functions | |
DisableAutoDeclareTargetRAII (CodeGenModule &CGM) | |
~DisableAutoDeclareTargetRAII () | |
Allows to disable automatic handling of functions used in target regions as those marked as omp declare target
.
Definition at line 233 of file CGOpenMPRuntime.h.
CGOpenMPRuntime::DisableAutoDeclareTargetRAII::DisableAutoDeclareTargetRAII | ( | CodeGenModule & | CGM | ) |
Definition at line 10182 of file CGOpenMPRuntime.cpp.
References clang::CodeGen::CodeGenModule::getLangOpts(), clang::CodeGen::CodeGenModule::getOpenMPRuntime(), and clang::CodeGen::CGOpenMPRuntime::ShouldMarkAsGlobal.
CGOpenMPRuntime::DisableAutoDeclareTargetRAII::~DisableAutoDeclareTargetRAII | ( | ) |
Definition at line 10191 of file CGOpenMPRuntime.cpp.
References clang::CodeGen::CGOpenMPRuntime::CGM, clang::CodeGen::CodeGenModule::getLangOpts(), clang::CodeGen::CodeGenModule::getOpenMPRuntime(), and clang::CodeGen::CGOpenMPRuntime::ShouldMarkAsGlobal.