Home
last modified time | relevance | path

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

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