Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h332 std::unique_ptr<CGHLSLRuntime> HLSLRuntime; variable
649 assert(HLSLRuntime != nullptr); in getHLSLRuntime()
650 return *HLSLRuntime; in getHLSLRuntime()
H A DCodeGenModule.cpp266 HLSLRuntime.reset(new CGHLSLRuntime(*this)); in createHLSLRuntime()