reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  704   WorkerFn = llvm::Function::Create(
  707   CGM.SetInternalFunctionAttributes(GlobalDecl(), WorkerFn, CGFI);
  708   WorkerFn->setDoesNotRecurse();
 1192   WST.WorkerFn->setName(Twine(OutlinedFn->getName(), "_worker"));
 1214   emitCall(CGF, WST.Loc, WST.WorkerFn);
 1395   CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, WST.CGFI, {},