Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp252 if (newFile->exportingFile) in loadDylib()
264 if (newFile->exportingFile) in loadDylib()
H A DInputFiles.cpp1729 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()
1772 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()
1779 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()
1796 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()
1891 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()
1897 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()
1900 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()
1962 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
2130 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
H A DInputFiles.h241 DylibFile *exportingFile = nullptr; variable