Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp242 if (newFile->exportingFile) in loadDylib()
254 if (newFile->exportingFile) in loadDylib()
H A DInputFiles.cpp1727 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()
1768 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()
1775 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()
1792 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()
1886 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()
1890 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()
1893 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()
1952 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
2120 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
H A DInputFiles.h241 DylibFile *exportingFile = nullptr; variable