Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.h88 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.cpp1152 CGM.getHLSLRuntime().emitEntryFunction(FD, Fn); in StartFunction()