Searched refs:nativePath (Results 1 – 2 of 2) sorted by relevance
1778 llvm::SmallString<256> nativePath; in writeDependencyFile() local1779 llvm::sys::path::native(filename.str(), nativePath); in writeDependencyFile()1780 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()1781 for (unsigned i = 0, e = nativePath.size(); i != e; ++i) { in writeDependencyFile()1782 if (nativePath[i] == '#') { in writeDependencyFile()1784 } else if (nativePath[i] == ' ') { in writeDependencyFile()1787 while (j > 0 && nativePath[--j] == '\\') in writeDependencyFile()1789 } else if (nativePath[i] == '$') { in writeDependencyFile()1792 os << nativePath[i]; in writeDependencyFile()
167 llvm::SmallString<128> nativePath; member in __anonbc7ee2220111::PDBLinker1632 nativePath = config->pdbPath; in addSections()1633 pdbMakeAbsolute(nativePath); in addSections()1634 uint32_t pdbFilePathNI = dbiBuilder.addECName(nativePath); in addSections()1637 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()