Searched refs:CGHLSLRuntime (Results 1 – 6 of 6) sorted by relevance
24 class CGHLSLRuntime {29 CGHLSLRuntime(CodeGenModule &CGM) : CGM(CGM) {} in CGHLSLRuntime() function30 virtual ~CGHLSLRuntime() {} in ~CGHLSLRuntime()
47 void CGHLSLRuntime::finishCodeGen() { in finishCodeGen()
54 CGHLSLRuntime.cpp
92 class CGHLSLRuntime; variable328 std::unique_ptr<CGHLSLRuntime> HLSLRuntime;639 CGHLSLRuntime &getHLSLRuntime() { in getHLSLRuntime()
278 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()
60 "CGHLSLRuntime.cpp",