Home
last modified time | relevance | path

Searched defs:InstallName (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp21 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry()
48 void InterfaceFile::addAllowableClient(StringRef InstallName, in addAllowableClient()
54 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary()
DTextStub.cpp734 StringRef InstallName; member
980 StringRef InstallName; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h85 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef()
87 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef()