Home
last modified time | relevance | path

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

/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCommonTargetGenerator.cxx211 std::string compilePdbPath; in ComputeTargetCompilePDB() local
213 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 …]
H A DcmNinjaTargetGenerator.cxx494 std::string compilePdbPath = this->ComputeTargetCompilePDB(config); in SetMsvcTargetPdbVariable() local
507 this->ConvertToNinjaPath(compilePdbPath), cmOutputConverter::SHELL); in SetMsvcTargetPdbVariable()
510 this->EnsureParentDirectoryExists(compilePdbPath); in SetMsvcTargetPdbVariable()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCommonTargetGenerator.cxx211 std::string compilePdbPath; in ComputeTargetCompilePDB() local
213 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 …]
H A DcmNinjaTargetGenerator.cxx494 std::string compilePdbPath = this->ComputeTargetCompilePDB(config); in SetMsvcTargetPdbVariable() local
507 this->ConvertToNinjaPath(compilePdbPath), cmOutputConverter::SHELL); in SetMsvcTargetPdbVariable()
510 this->EnsureParentDirectoryExists(compilePdbPath); in SetMsvcTargetPdbVariable()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCommonTargetGenerator.cxx211 std::string compilePdbPath; in ComputeTargetCompilePDB() local
213 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 …]
H A DcmNinjaTargetGenerator.cxx494 std::string compilePdbPath = this->ComputeTargetCompilePDB(config); in SetMsvcTargetPdbVariable() local
507 this->ConvertToNinjaPath(compilePdbPath), cmOutputConverter::SHELL); in SetMsvcTargetPdbVariable()
510 this->EnsureParentDirectoryExists(compilePdbPath); in SetMsvcTargetPdbVariable()