Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp195 SmallString<261> tbdPath = dylibPath; in resolveDylibPath() local
196 path::replace_extension(tbdPath, ".tbd"); in resolveDylibPath()
197 bool tbdExists = fs::exists(tbdPath); in resolveDylibPath()
198 searchedDylib(tbdPath, tbdExists); in resolveDylibPath()
200 return std::string(tbdPath); in resolveDylibPath()