Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGHLSLRuntime.h122 void emitEntryFunction(const FunctionDecl *FD, llvm::Function *Fn);
HDCGHLSLRuntime.cpp357 void CGHLSLRuntime::emitEntryFunction(const FunctionDecl *FD, in emitEntryFunction() function in CGHLSLRuntime
HDCodeGenFunction.cpp1232 CGM.getHLSLRuntime().emitEntryFunction(FD, Fn); in StartFunction()