Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3278 auto &TaskEntryFnInfo = in emitProxyTaskFunction() local
3280 auto *TaskEntryTy = CGM.getTypes().GetFunctionType(TaskEntryFnInfo); in emitProxyTaskFunction()
3284 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction()
3287 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args); in emitProxyTaskFunction()