Home
last modified time | relevance | path

Searched refs:HLSLRuntime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h328 std::unique_ptr<CGHLSLRuntime> HLSLRuntime; variable
640 assert(HLSLRuntime != nullptr); in getHLSLRuntime()
641 return *HLSLRuntime; in getHLSLRuntime()
H A DCodeGenModule.cpp278 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()