Home
last modified time | relevance | path

Searched refs:tbdPath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp190 SmallString<261> tbdPath = dylibPath; in resolveDylibPath() local
191 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
192 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath()
193 searchedDylib(tbdPath, tbdExists); in resolveDylibPath()
195 return saver().save(tbdPath.str()); in resolveDylibPath()