Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1514 auto &TaskEntryFnInfo = in emitProxyTaskFunction() local
1517 auto *TaskEntryTy = CGM.getTypes().GetFunctionType(TaskEntryFnInfo); in emitProxyTaskFunction()
1521 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, TaskEntryFnInfo, TaskEntry); in emitProxyTaskFunction()
1524 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args); in emitProxyTaskFunction()