Searched refs:nativePath (Results 1 – 2 of 2) sorted by relevance
1939 llvm::SmallString<256> nativePath; in writeDependencyFile() local1940 llvm::sys::path::native(filename.str(), nativePath); in writeDependencyFile()1941 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()1942 for (unsigned i = 0, e = nativePath.size(); i != e; ++i) { in writeDependencyFile()1943 if (nativePath[i] == '#') { in writeDependencyFile()1945 } else if (nativePath[i] == ' ') { in writeDependencyFile()1948 while (j > 0 && nativePath[--j] == '\\') in writeDependencyFile()1950 } else if (nativePath[i] == '$') { in writeDependencyFile()1953 os << nativePath[i]; in writeDependencyFile()
159 llvm::SmallString<128> nativePath; member in __anona4e0361e0111::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()