Searched refs:getInstallName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| D | DiffEngine.cpp | 147 IRef.getInstallName(), Targ, Diff, Order); in getSingleAttrDiff() 198 Order, Interface->getInstallName())); in getSingleIF() 227 InlineDoc(Doc->getInstallName(), getSingleIF(Doc.get(), Order)))); in getSingleIF() 242 IRef.getInstallName() == LIRef.getInstallName()); in findAndAddDiff() 247 IRef.getInstallName(), Targ, Result, Order); in findAndAddDiff() 318 if (IFLHS->getInstallName() != IFRHS->getInstallName()) in findDifferences() 321 IFLHS->getInstallName()), in findDifferences() 323 IFRHS->getInstallName()), in findDifferences() 395 return (DocLHS->getInstallName() == DocRHS->getInstallName()); in findDifferences() 400 InlineDoc(DocLHS->getInstallName(), in findDifferences() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | TapiUniversal.h | 58 std::string getInstallName() const { in getInstallName() function 63 return Parent->ParsedFile->getInstallName() == getInstallName(); in isTopLevelLib()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/ |
| D | InterfaceFile.cpp | 24 return O.getInstallName() < InstallName; in addEntry() 26 if (I != Container.end() && I->getInstallName() == InstallName) in addEntry()
|
| D | TextStub.cpp | 442 InstallName = File->getInstallName(); in NormalizedTBD() 481 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 485 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD() 813 InstallName = File->getInstallName(); in NormalizedTBD_V4() 1014 CurrentSection.Values.emplace_back(it.first->getInstallName()); in assignTargetsToLibrary()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | TapiUniversal.cpp | 34 StringRef Name = File->getInstallName(); in TapiUniversal()
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | File.h | 434 setInstallName(interface.getInstallName().copy(allocator())); in loadFromInterface() 442 addReExportedDylib(reexport.getInstallName().copy(allocator())); in loadFromInterface() 446 if (reexport.path != document->getInstallName()) in loadFromInterface()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| D | InterfaceFile.h | 90 StringRef getInstallName() const { return InstallName; }; in getInstallName() function 225 StringRef getInstallName() const { return InstallName; }
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | InputFiles.cpp | 925 if (path == child.getInstallName()) { in findDylib() 1077 installName = saver.save(interface.getInstallName()); in DylibFile() 1134 if (is_contained(skipPlatformChecks, intfRef.getInstallName()) || in parseReexports() 1136 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 2101 << I.getInstallName() << " (for architecture " << ArchName << ")" in dumpSymbolNamesFromFile()
|