Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp284 if (newFile->exportingFile) in loadDylib()
296 if (newFile->exportingFile) in loadDylib()
H A DInputFiles.cpp1750 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()
1801 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()
1808 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()
1825 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()
1923 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()
1935 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()
1938 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()
2000 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
2168 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
H A DInputFiles.h241 DylibFile *exportingFile = nullptr; variable