Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp236 if (newFile->exportingFile) in loadDylib()
248 if (newFile->exportingFile) in loadDylib()
H A DInputFiles.cpp1792 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()
1832 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()
1839 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()
1856 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()
1919 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()
1922 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()
1925 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()
1985 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
2145 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
H A DInputFiles.h233 DylibFile *exportingFile = nullptr; variable