Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp232 if (newFile->exportingFile) in loadDylib()
244 if (newFile->exportingFile) in loadDylib()
H A DInputFiles.cpp1009 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()
1019 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()
1041 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()
1094 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()
1096 symbols.push_back(symtab->addDylib(saver.save(name), exportingFile, in DylibFile()
1136 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
H A DInputFiles.h153 DylibFile *exportingFile = nullptr; variable