Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1805 bool markAsGlobalTarget(GlobalDecl GD);
DCodeGenModule.cpp3505 !OpenMPRuntime->markAsGlobalTarget(GD) && FD->isDefined() && in GetOrCreateLLVMFunction()
DCGOpenMPRuntime.cpp10950 bool CGOpenMPRuntime::markAsGlobalTarget(GlobalDecl GD) { in markAsGlobalTarget() function in CGOpenMPRuntime