Searched refs:compilePdbPath (Results 1 – 6 of 6) sorted by relevance
211 std::string compilePdbPath; in ComputeTargetCompilePDB() local213 return compilePdbPath; in ComputeTargetCompilePDB()216 compilePdbPath = this->GeneratorTarget->GetCompilePDBPath(config); in ComputeTargetCompilePDB()217 if (compilePdbPath.empty()) { in ComputeTargetCompilePDB()220 compilePdbPath = this->GeneratorTarget->GetSupportDirectory(); in ComputeTargetCompilePDB()222 compilePdbPath += "/"; in ComputeTargetCompilePDB()223 compilePdbPath += config; in ComputeTargetCompilePDB()225 compilePdbPath += "/"; in ComputeTargetCompilePDB()228 compilePdbPath += this->GeneratorTarget->GetName(); in ComputeTargetCompilePDB()229 compilePdbPath += ".pdb"; in ComputeTargetCompilePDB()[all …]
494 std::string compilePdbPath = this->ComputeTargetCompilePDB(config); in SetMsvcTargetPdbVariable() local507 this->ConvertToNinjaPath(compilePdbPath), cmOutputConverter::SHELL); in SetMsvcTargetPdbVariable()510 this->EnsureParentDirectoryExists(compilePdbPath); in SetMsvcTargetPdbVariable()