Searched refs:newPath (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.cpp | 93 std::optional<Action> action, Position position, OwningPtr<char> &&newPath, in OpenUnit() argument 102 bool isSamePath{newPath.get() && path() && pathLength() == newPathLength && in OpenUnit() 103 std::memcmp(path(), newPath.get(), newPathLength) == 0}; in OpenUnit() 109 if (!newPath.get() || isSamePath) { in OpenUnit() 111 newPath.reset(); in OpenUnit() 120 if (newPath.get() && newPathLength > 0) { in OpenUnit() 122 GetUnitMap().LookUp(newPath.get(), newPathLength)}) { in OpenUnit() 125 unitNumber_, static_cast<int>(newPathLength), newPath.get(), in OpenUnit() 130 set_path(std::move(newPath), newPathLength); in OpenUnit()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local 139 fs::make_absolute(newPath); in flushToFile() 140 infoOut << newPath << '\n'; in flushToFile()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 1677 SmallString<128> newPath; in findDylib() local 1683 path::append(newPath, path::parent_path(config->outputFile), path); in findDylib() 1684 path = newPath; in findDylib() 1686 fs::real_path(umbrella->getName(), newPath); in findDylib() 1687 path::remove_filename(newPath); in findDylib() 1688 path::append(newPath, path); in findDylib() 1689 path = newPath; in findDylib() 1692 newPath.clear(); in findDylib() 1694 fs::real_path(umbrella->getName(), newPath); in findDylib() 1695 path::remove_filename(newPath); in findDylib() [all …]
|