Searched refs:getOSName (Results 1 – 17 of 17) sorted by relevance
385 bool TripleOSWasSpecified() const { return !m_triple.getOSName().empty(); } in TripleOSWasSpecified()393 m_triple.getOSName().empty(); in TripleOSIsUnspecifiedUnknown()
211 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()
177 return (Triple.getArchName() + "-" + Triple.getOSName()).str(); in ComputeEffectiveClangTriple()
1502 << Triple.getOSName(); in getOSVersion()
205 StringRef getOS() const { return Triple.getOSName(); } in getOS()
590 Triple.getOSName(), in RenderScript64TargetInfo()
1095 Triple.getOSName(), in RenderScript32TargetInfo()
372 StringRef getOSName() const;
976 StringRef Triple::getOSName() const { in getOSName() function in Triple1040 StringRef OSName = getOSName(); in getOSVersion()1198 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName()
79 if (Platform == Feature || Target.getTriple().getOSName() == Feature || in isPlatformEnvironment()
887 normalized_triple.getOSName().empty() && in ContainsOnlyArch()1491 llvm::StringRef os_str = triple.getOSName(); in DumpTriple()
189 << TargetTriple.getOSName() << '-' in streamIsaVersion()
1100 " used while targeting " + Target.getOSName()); in checkVersion()
1227 std::string ostype = proc_triple.getOSName(); in CreateProcessInfoResponse_DebugServerStyle()
1172 if (new_target_triple.getOSName().size() == 0) { in DidLaunchOrAttach()
198 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
992 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()