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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 4501   ASTContext &C = CGM.getContext();
 4511       CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args);
 4513       CGM.getTypes().GetFunctionType(TaskEntryFnInfo);
 4514   std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""});
 4516       TaskEntryTy, llvm::GlobalValue::InternalLinkage, Name, &CGM.getModule());
 4517   CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskEntry, TaskEntryFnInfo);
 4519   CodeGenFunction CGF(CGM);
 4590   CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction,