Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h336 void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) override;
H A DCGOpenMPRuntime.h1797 virtual void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D);
H A DCodeGenFunction.cpp1103 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCGOpenMPRuntimeGPU.cpp3558 void CGOpenMPRuntimeGPU::emitFunctionProlog(CodeGenFunction &CGF, in emitFunctionProlog() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp12111 void CGOpenMPRuntime::emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) { in emitFunctionProlog() function in CGOpenMPRuntime