Home
last modified time | relevance | path

Searched refs:arch_32 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Host/android/
DHostInfoAndroid.cpp18 void HostInfoAndroid::ComputeHostArchitectureSupport(ArchSpec &arch_32, in ComputeHostArchitectureSupport() argument
20 HostInfoLinux::ComputeHostArchitectureSupport(arch_32, arch_64); in ComputeHostArchitectureSupport()
22 if (arch_32.IsValid()) { in ComputeHostArchitectureSupport()
23 arch_32.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp205 void HostInfoLinux::ComputeHostArchitectureSupport(ArchSpec &arch_32, in ComputeHostArchitectureSupport() argument
207 HostInfoPosix::ComputeHostArchitectureSupport(arch_32, arch_64); in ComputeHostArchitectureSupport()
213 if (arch_32.IsValid()) { in ComputeHostArchitectureSupport()
214 arch_32.SetDistributionId(distribution_id); in ComputeHostArchitectureSupport()
215 if (arch_32.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in ComputeHostArchitectureSupport()
216 arch_32.GetTriple().setVendorName(llvm::StringRef()); in ComputeHostArchitectureSupport()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm228 void HostInfoMacOSX::ComputeHostArchitectureSupport(ArchSpec &arch_32,
265 arch_32.SetArchitecture(eArchTypeMachO, cputype & ~(CPU_ARCH_MASK),
273 arch_32.GetTriple().setOS(llvm::Triple::TvOS);
276 arch_32.GetTriple().setOS(llvm::Triple::BridgeOS);
279 arch_32.GetTriple().setOS(llvm::Triple::WatchOS);
282 arch_32.GetTriple().setOS(llvm::Triple::MacOSX);
285 arch_32.GetTriple().setOS(llvm::Triple::IOS);
289 arch_32.GetTriple().setOS(llvm::Triple::MacOSX);
294 arch_32.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
296 arch_32.GetTriple().setOS(llvm::Triple::WatchOS);
[all …]
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp322 void HostInfoBase::ComputeHostArchitectureSupport(ArchSpec &arch_32, in ComputeHostArchitectureSupport() argument
326 arch_32.Clear(); in ComputeHostArchitectureSupport()
331 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport()
339 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport()
/external/llvm-project/openmp/runtime/src/
Ddllexports760 %ifdef arch_32
797 %ifdef arch_32
817 %ifdef arch_32
936 %ifdef arch_32
1025 %ifdef arch_32
1075 %ifdef arch_32
1126 %ifdef arch_32
/external/llvm-project/lldb/include/lldb/Host/android/
DHostInfoAndroid.h25 static void ComputeHostArchitectureSupport(ArchSpec &arch_32,
/external/llvm-project/lldb/include/lldb/Host/linux/
DHostInfoLinux.h42 static void ComputeHostArchitectureSupport(ArchSpec &arch_32,
/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostInfoMacOSX.h47 static void ComputeHostArchitectureSupport(ArchSpec &arch_32,
/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h124 static void ComputeHostArchitectureSupport(ArchSpec &arch_32,
/external/llvm-project/openmp/runtime/cmake/
DLibompHandleFlags.cmake158 set(libomp_gdflag_arch arch_32)