Home
last modified time | relevance | path

Searched refs:markAsGlobalTarget (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1558 bool markAsGlobalTarget(GlobalDecl GD);
H A DCodeGenModule.cpp4577 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
H A DCGOpenMPRuntime.cpp10146 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget() function in CGOpenMPRuntime