Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/android/
DHostInfoAndroid.cpp19 ArchSpec &arch_64) { in ComputeHostArchitectureSupport() argument
20 HostInfoLinux::ComputeHostArchitectureSupport(arch_32, arch_64); in ComputeHostArchitectureSupport()
25 if (arch_64.IsValid()) { in ComputeHostArchitectureSupport()
26 arch_64.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp206 ArchSpec &arch_64) { in ComputeHostArchitectureSupport() argument
207 HostInfoPosix::ComputeHostArchitectureSupport(arch_32, arch_64); in ComputeHostArchitectureSupport()
218 if (arch_64.IsValid()) { in ComputeHostArchitectureSupport()
219 arch_64.SetDistributionId(distribution_id); in ComputeHostArchitectureSupport()
220 if (arch_64.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in ComputeHostArchitectureSupport()
221 arch_64.GetTriple().setVendorName(llvm::StringRef()); in ComputeHostArchitectureSupport()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm229 ArchSpec &arch_64) {
248 arch_64.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
252 arch_64.SetArchitecture(eArchTypeMachO, cputype | CPU_ARCH_ABI64,
274 arch_64.GetTriple().setOS(llvm::Triple::TvOS);
277 arch_64.GetTriple().setOS(llvm::Triple::BridgeOS);
280 arch_64.GetTriple().setOS(llvm::Triple::WatchOS);
283 arch_64.GetTriple().setOS(llvm::Triple::MacOSX);
286 arch_64.GetTriple().setOS(llvm::Triple::IOS);
290 arch_64.GetTriple().setOS(llvm::Triple::MacOSX);
300 arch_64.Clear();
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp323 ArchSpec &arch_64) { in ComputeHostArchitectureSupport() argument
327 arch_64.Clear(); in ComputeHostArchitectureSupport()
338 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
346 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
/external/minijail/tools/
DAndroid.bp54 "testdata/arch_64.json",
77 "testdata/arch_64.json",
/external/llvm-project/lldb/include/lldb/Host/android/
DHostInfoAndroid.h26 ArchSpec &arch_64);
/external/llvm-project/lldb/include/lldb/Host/linux/
DHostInfoLinux.h43 ArchSpec &arch_64);
/external/llvm-project/lldb/include/lldb/Host/macosx/
DHostInfoMacOSX.h48 ArchSpec &arch_64);
/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h125 ArchSpec &arch_64);
/external/llvm-project/openmp/runtime/src/
Ddllexports778 %ifndef arch_64
1182 %endif # arch_64