Home
last modified time | relevance | path

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

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