Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp183 std::string DxvPath = getToolChain().GetProgramPath("dxv"); in ConstructJob() local
184 assert(DxvPath != "dxv" && "cannot find dxv"); in ConstructJob()
196 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob()
305 std::string DxvPath = GetProgramPath("dxv"); in requiresValidation() local
306 if (DxvPath != "dxv") in requiresValidation()