Home
last modified time | relevance | path

Searched refs:addReexportedLibrary (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DInterfaceFile.cpp55 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary() function in InterfaceFile
H A DTextStub.cpp650 File->addReexportedLibrary(Lib, Target); in denormalize()
938 File->addReexportedLibrary(Lib, Target); in denormalize()
/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV3Tests.cpp279 File.addReexportedLibrary("/usr/lib/libfoo.dylib", Targets[1]); in TEST()
346 File.addReexportedLibrary("/usr/lib/libbar.dylib", Targets[2]); in TEST()
934 File->addReexportedLibrary("/System/Library/Frameworks/A.framework/A", in TEST()
H A DTextStubV4Tests.cpp444 File.addReexportedLibrary("/System/Library/Frameworks/A.framework/A", in TEST()
446 File.addReexportedLibrary("/System/Library/Frameworks/A.framework/A", in TEST()
1160 File->addReexportedLibrary("/System/Library/Frameworks/A.framework/A", in TEST()
H A DTextStubV1Tests.cpp183 File.addReexportedLibrary("/usr/lib/libfoo.dylib", Targets[1]); in TEST()
H A DTextStubV2Tests.cpp203 File.addReexportedLibrary("/usr/lib/libfoo.dylib", Targets[1]); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h305 void addReexportedLibrary(StringRef InstallName, const Target &Target);