Home
last modified time | relevance | path

Searched refs:CGHLSLRuntime (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGHLSLRuntime.h24 class CGHLSLRuntime {
29 CGHLSLRuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGHLSLRuntime() function
30 virtual ~CGHLSLRuntime() {} in ~CGHLSLRuntime()
H A DCGHLSLRuntime.cpp47 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
H A DCMakeLists.txt54 CGHLSLRuntime.cpp
H A DCodeGenModule.h92 class CGHLSLRuntime; variable
328 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;
639 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
H A DCodeGenModule.cpp278 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn60 "CGHLSLRuntime.cpp",