Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1560 SmallString<128> frameworkName; in findDylib() local
1561 path::append(frameworkName, path::Style::posix, stem + ".framework", stem); in findDylib()
1562 bool isFramework = path.endswith(frameworkName); in findDylib()
1566 path::append(candidate, frameworkName); in findDylib()
1647 StringRef frameworkName = path.take_until([](char c) { return c == '.'; }); in isImplicitlyLinked() local
1648 return path::filename(path) == frameworkName; in isImplicitlyLinked()