Searched refs:getInstallName (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 98 Documents, Reexport->getInstallName(), in inlineLibrary() 100 return Lhs->getInstallName() < Rhs; in inlineLibrary() 104 Reexport->getInstallName() == (*It)->getInstallName()) { in inlineLibrary() 111 !(Reexport->getInstallName() < (*It)->getInstallName())) in inlineLibrary() 126 if (getInstallName() != O->getInstallName()) { in merge() 161 IF->setInstallName(getInstallName()); in merge() 186 IF->addAllowableClient(Lib.getInstallName(), Target); in merge() 190 IF->addAllowableClient(Lib.getInstallName(), Target); in merge() 194 IF->addReexportedLibrary(Lib.getInstallName(), Target); in merge() 198 IF->addReexportedLibrary(Lib.getInstallName(), Target); in merge() [all …]
|
H A D | TextStub.cpp | 406 InstallName = File->getInstallName(); in NormalizedTBD() 442 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 446 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD() 775 InstallName = File->getInstallName(); in NormalizedTBD_V4() 977 CurrentSection.Values.emplace_back(it.first->getInstallName()); in assignTargetsToLibrary()
|
H A D | TextStubV5.cpp | 832 Ref.getInstallName()); in serializeField() 945 Array Name = serializeScalar<StringRef>(TBDKey::Name, File->getInstallName()); in serializeIF()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiUniversal.h | 60 std::string getInstallName() const { in getInstallName() function 65 return Parent->ParsedFile->getInstallName() == getInstallName(); in isTopLevelLib()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 61 StringRef getInstallName() const { return InstallName; }; in getInstallName() function 185 StringRef getInstallName() const { return InstallName; } in getInstallName() function 455 return O.getInstallName() < InstallName; in addEntry() 457 if (I != Container.end() && I->getInstallName() == InstallName) in addEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 35 StringRef Name = File->getInstallName(); in TapiUniversal()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1643 if (path == child.getInstallName()) { in findDylib() 1871 installName = saver().save(interface.getInstallName()); in DylibFile() 1960 if (is_contained(skipPlatformChecks, intfRef.getInstallName()) || in parseReexports() 1962 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 2331 /*ArchiveName=*/{}, ArchName, I.getInstallName()); in dumpTapiUniversal()
|