Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1096 virtual void emitDeclareTargetFunction(const FunctionDecl *FD,
H A DCodeGenModule.cpp5858 getOpenMPRuntime().emitDeclareTargetFunction(D, GV); in EmitGlobalFunctionDefinition()
H A DCGOpenMPRuntime.cpp1758 void CGOpenMPRuntime::emitDeclareTargetFunction(const FunctionDecl *FD, in emitDeclareTargetFunction() function in CGOpenMPRuntime