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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h360 void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) override;
H A DCGOpenMPRuntime.h1657 virtual void emitFunctionProlog(CodeGenFunction &CGF, const Decl *D);
H A DCodeGenFunction.cpp1048 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl);
H A DCGOpenMPRuntimeNVPTX.cpp4672 void CGOpenMPRuntimeNVPTX::emitFunctionProlog(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp10925 void CGOpenMPRuntime::emitFunctionProlog(CodeGenFunction &CGF, const Decl *D) { function in class:CGOpenMPRuntime

Completed in 95 milliseconds