Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h303 void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) override;
H A DCGOpenMPRuntime.h1550 virtual void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D);
H A DCGOpenMPRuntimeGPU.cpp1978 void CGOpenMPRuntimeGPU::emitFunctionProlog(CodeGenFunction &CGF, in emitFunctionProlog() function in CGOpenMPRuntimeGPU
H A DCodeGenFunction.cpp1228 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCGOpenMPRuntime.cpp11279 void CGOpenMPRuntime::emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) { in emitFunctionProlog() function in CGOpenMPRuntime