Searched refs:nativePath (Results 1 – 2 of 2) sorted by relevance
2027 llvm::SmallString<256> nativePath; in writeDependencyFile() local2028 llvm::sys::path::native(filename.str(), nativePath); in writeDependencyFile()2029 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()2030 for (unsigned i = 0, e = nativePath.size(); i != e; ++i) { in writeDependencyFile()2031 if (nativePath[i] == '#') { in writeDependencyFile()2033 } else if (nativePath[i] == ' ') { in writeDependencyFile()2036 while (j > 0 && nativePath[--j] == '\\') in writeDependencyFile()2038 } else if (nativePath[i] == '$') { in writeDependencyFile()2041 os << nativePath[i]; in writeDependencyFile()
163 llvm::SmallString<128> nativePath; member in __anon49229aa50111::PDBLinker1650 nativePath = ctx.config.pdbPath; in addSections()1651 pdbMakeAbsolute(nativePath); in addSections()1652 uint32_t pdbFilePathNI = dbiBuilder.addECName(nativePath); in addSections()1655 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()