Searched refs:addReexportedLibrary (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 55 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary() function in InterfaceFile
|
| H A D | TextStub.cpp | 650 File->addReexportedLibrary(Lib, Target); in denormalize() 938 File->addReexportedLibrary(Lib, Target); in denormalize()
|
| /llvm-project-15.0.7/llvm/unittests/TextAPI/ |
| H A D | TextStubV3Tests.cpp | 279 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 D | TextStubV4Tests.cpp | 444 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 D | TextStubV1Tests.cpp | 183 File.addReexportedLibrary("/usr/lib/libfoo.dylib", Targets[1]); in TEST()
|
| H A D | TextStubV2Tests.cpp | 203 File.addReexportedLibrary("/usr/lib/libfoo.dylib", Targets[1]); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 305 void addReexportedLibrary(StringRef InstallName, const Target &Target);
|