Searched refs:nativePath (Results 1 – 2 of 2) sorted by relevance
155 llvm::SmallString<128> nativePath; member in __anon94582cee0111::PDBLinker1686 nativePath = ctx.config.pdbPath; in addSections()1687 pdbMakeAbsolute(nativePath); in addSections()1688 uint32_t pdbFilePathNI = dbiBuilder.addECName(nativePath); in addSections()1691 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()
2479 llvm::SmallString<256> nativePath; in writeDependencyFile() local2480 llvm::sys::path::native(filename.str(), nativePath); in writeDependencyFile()2481 llvm::sys::path::remove_dots(nativePath, /*remove_dot_dot=*/true); in writeDependencyFile()2482 for (unsigned i = 0, e = nativePath.size(); i != e; ++i) { in writeDependencyFile()2483 if (nativePath[i] == '#') { in writeDependencyFile()2485 } else if (nativePath[i] == ' ') { in writeDependencyFile()2488 while (j > 0 && nativePath[--j] == '\\') in writeDependencyFile()2490 } else if (nativePath[i] == '$') { in writeDependencyFile()2493 os << nativePath[i]; in writeDependencyFile()