Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1785 bool markAsGlobalTarget(GlobalDecl GD);
H A DCodeGenModule.cpp3475 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
H A DCGOpenMPRuntime.cpp10791 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget() function in CGOpenMPRuntime