Home
last modified time | relevance | path

Searched defs: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
1647 StringRef frameworkName = path.take_until([](char c) { return c == '.'; }); in isImplicitlyLinked() local