| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 230 if (Triple.getOS() == llvm::Triple::UnknownOS) in getRISCVABI() 235 if (Triple.getOS() == llvm::Triple::UnknownOS) in getRISCVABI() 316 if (Triple.getOS() == llvm::Triple::UnknownOS) in getRISCVArch() 321 if (Triple.getOS() == llvm::Triple::UnknownOS) in getRISCVArch()
|
| H A D | ARM.cpp | 182 T.getOS() == llvm::Triple::UnknownOS || isARMMProfile(T); in useAAPCSForMachO() 471 if (Triple.getOS() != llvm::Triple::UnknownOS || in getARMFloatABI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | SPIR.h | 234 assert(getTriple().getOS() == llvm::Triple::UnknownOS && in SPIRTargetInfo() 328 assert(getTriple().getOS() == llvm::Triple::UnknownOS && in SPIRV32TargetInfo() 349 assert(getTriple().getOS() == llvm::Triple::UnknownOS && in SPIRV64TargetInfo()
|
| H A D | ARM.cpp | 299 Triple.getOS() == llvm::Triple::UnknownOS || in ARMTargetInfo() 357 Triple.getOS() == llvm::Triple::UnknownOS) in ARMTargetInfo() 721 if (getTriple().getOS() == llvm::Triple::UnknownOS && in getTargetDefines()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | WebAssembly.cpp | 221 if (getTriple().getOS() == llvm::Triple::UnknownOS) { in WebAssembly() 463 if (getTriple().getOS() != llvm::Triple::UnknownOS) { in AddClangSystemIncludeArgs() 527 bool IsKnownOs = (getTriple().getOS() != llvm::Triple::UnknownOS); in addLibCxxIncludePaths() 555 bool IsKnownOs = (getTriple().getOS() != llvm::Triple::UnknownOS); in addLibStdCXXIncludePaths()
|
| H A D | BareMetal.cpp | 130 if (Triple.getOS() != llvm::Triple::UnknownOS) in isARMBareMetal() 149 if (Triple.getOS() != llvm::Triple::UnknownOS) in isAArch64BareMetal() 162 if (Triple.getOS() != llvm::Triple::UnknownOS) in isRISCVBareMetal() 170 return Triple.isPPC() && Triple.getOS() == llvm::Triple::UnknownOS && in isPPCBareMetal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 654 if (os != llvm::Triple::UnknownOS || in AllocateTarget() 660 if (os != llvm::Triple::UnknownOS || in AllocateTarget() 669 if (os != llvm::Triple::UnknownOS || in AllocateTarget() 675 if (os != llvm::Triple::UnknownOS || in AllocateTarget() 692 case llvm::Triple::UnknownOS: in AllocateTarget() 710 case llvm::Triple::UnknownOS: in AllocateTarget()
|
| H A D | DarwinSDKInfo.cpp | 95 if (TT.getOS() != llvm::Triple::UnknownOS) { in parseDarwinSDKSettingsJSON()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 34 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 60 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 254 case Triple::UnknownOS: in getExplicitKernelArgOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 238 case UnknownOS: return "unknown"; in getOSTypeName() 651 .Default(Triple::UnknownOS); in parseOS() 927 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment), in Triple() 1013 OSType OS = UnknownOS; in normalize() 1031 Found[2] = OS != UnknownOS; in normalize() 1063 Valid = OS != UnknownOS || IsCygwin || IsMinGW32; in normalize()
|
| H A D | ARMTargetParser.cpp | 543 TT.getOS() == Triple::UnknownOS || in computeDefaultTargetABI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 115 if (OS != Triple::UnknownOS) in makeTriple()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 65 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 188 UnknownOS, enumerator 577 bool isOSUnknown() const { return getOS() == Triple::UnknownOS; } in isOSUnknown()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 65 .Default(Triple::UnknownOS); in stringTo() 181 if (OS == llvm::Triple::UnknownOS) in parse()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 537 ostype = llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI() 539 return ostype != llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI() 590 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications() 1137 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote() 1186 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote() 1282 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote() 1381 if (arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) { in GetSectionHeaderInfo() 1604 if (arch_spec.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetSectionHeaderInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 106 (module_triple.getOS() != llvm::Triple::UnknownOS); in ResolveExecutable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 812 GetTriple().getOS() == llvm::Triple::UnknownOS) && in MergeFrom() 900 m_triple.setOS(llvm::Triple::OSType::UnknownOS); in SetArchitecture() 908 m_triple.setOS(llvm::Triple::UnknownOS); in SetArchitecture()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 318 case llvm::Triple::UnknownOS: in ShouldAddDefaultIncludePaths()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 795 TT.getOS() == llvm::Triple::UnknownOS) { in getOpenMPTriple()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 340 virtual Triple::OSType getOS() const { return Triple::UnknownOS; } in getOS()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 199 triple.setOS(llvm::Triple::OSType::UnknownOS); in GetArchitecture()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 99 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
|