Home
last modified time | relevance | path

Searched refs:UnknownOS (Results 1 – 25 of 42) sorted by last modified time

12

/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp574 TT.setOS(Triple::UnknownOS); in createRegInfo()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp502 TT.getOS() == Triple::UnknownOS || in computeDefaultTargetABI()
H A DTriple.cpp206 case UnknownOS: return "unknown"; in getOSTypeName()
599 .Default(Triple::UnknownOS); in parseOS()
891 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment), in Triple()
977 OSType OS = UnknownOS; in normalize()
995 Found[2] = OS != UnknownOS; in normalize()
1027 Valid = OS != UnknownOS || IsCygwin || IsMinGW32; in normalize()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp576 case Triple::UnknownOS: in getEFlagsAMDGCN()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h235 case Triple::UnknownOS: in getExplicitKernelArgOffset()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1155 TT.setOS(Triple::UnknownOS); in loadTargetInfo()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h186 UnknownOS, enumerator
562 bool isOSUnknown() const { return getOS() == Triple::UnknownOS; } in isOSUnknown()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp817 GetTriple().getOS() == llvm::Triple::UnknownOS) && in MergeFrom()
910 m_triple.setOS(llvm::Triple::UnknownOS); in SetArchitecture()
/openbsd/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp106 (module_triple.getOS() != llvm::Triple::UnknownOS); in ResolveExecutable()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp596 triple.getOS() == llvm::Triple::UnknownOS) { in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp199 triple.setOS(llvm::Triple::OSType::UnknownOS); in GetArchitecture()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteMacOSX.cpp105 case llvm::Triple::UnknownOS: in CreateInstance()
H A DPlatformAppleSimulator.cpp352 else if (triple.getOS() == llvm::Triple::UnknownOS) in CreateInstance()
H A DPlatformAppleSimulator.h120 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS;
H A DPlatformDarwinKernel.cpp134 case llvm::Triple::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp60 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp71 case llvm::Triple::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4964 base_triple.setOS(llvm::Triple::UnknownOS);
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1398 : llvm::Triple::UnknownOS); in GetArchitecture()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp62 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp65 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp537 ostype = llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI()
539 return ostype != llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI()
582 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()
1115 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote()
1164 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1260 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1359 if (arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) { in GetSectionHeaderInfo()
1582 if (arch_spec.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetSectionHeaderInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp64 .Default(Triple::UnknownOS); in stringTo()
179 if (OS == llvm::Triple::UnknownOS) in parse()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp176 case llvm::Triple::UnknownOS: in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS;
138 os_type = llvm::Triple::OSType::UnknownOS; in Clear()

12