Lines Matching defs:TT
41 const llvm::Triple &TT) {
48 if (TT.isOSBinFormatELF())
50 if (TT.isOSWindows())
56 const llvm::Triple &TT) {
61 if (CanModuleBeGNUstepObjCLibrary(mod, TT))
75 const llvm::Triple &TT = target.GetArchitecture().GetTriple();
76 if (TT.getVendor() == llvm::Triple::VendorType::Apple)
80 if (!ScanForGNUstepObjCLibraryCandidate(images, TT))
83 if (TT.isOSBinFormatELF()) {
89 } else if (TT.isOSWindows()) {
211 const llvm::Triple &TT = GetTargetRef().GetArchitecture().GetTriple();
212 return CanModuleBeGNUstepObjCLibrary(module_sp, TT);