Lines Matching refs:macho
35 using namespace lld::macho;
148 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile()
203 std::optional<StringRef> macho::resolveDylibPath(StringRef dylibPath) { in resolveDylibPath()
224 DylibFile *macho::loadDylib(MemoryBufferRef mbref, DylibFile *umbrella, in loadDylib()
270 void macho::resetLoadedDylibs() { loadedDylibs.clear(); } in resetLoadedDylibs()
273 macho::findPathCombination(const Twine &name, in findPathCombination()
291 StringRef macho::rerootPath(StringRef path) { in rerootPath()
302 uint32_t macho::getModTime(StringRef path) { in getModTime()
315 void macho::printArchiveMemberLoad(StringRef reason, const InputFile *f) { in printArchiveMemberLoad()
322 macho::DependencyTracker::DependencyTracker(StringRef path) in DependencyTracker()
331 void macho::DependencyTracker::write(StringRef version, in write()