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.cpp218 std::string DxvPath = getToolChain().GetProgramPath("dxv"); in ConstructJob() local
219 assert(DxvPath != "dxv" && "cannot find dxv"); in ConstructJob()
228 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob()
395 std::string DxvPath = GetProgramPath("dxv"); in requiresValidation() local
396 if (DxvPath != "dxv") in requiresValidation()