Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1538 bool markAsGlobalTarget(GlobalDecl GD);
H A DCodeGenModule.cpp4011 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
H A DCGOpenMPRuntime.cpp10528 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget() function in CGOpenMPRuntime