Searched refs:SetTriple (Results 1 – 13 of 13) sorted by relevance
139 module_arch.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications() 143 module_arch.SetTriple("i386-pc-windows"); in GetModuleSpecifications() 147 module_arch.SetTriple("armv7-pc-windows"); in GetModuleSpecifications() 151 module_arch.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
334 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport()343 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()344 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport()351 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec126 m_opaque_up->GetArchitecture().SetTriple(triple); in SetTriple()
482 bool SetTriple(const llvm::Triple &triple);484 bool SetTriple(llvm::StringRef triple_str);
56 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
72 void SetTriple(const char *triple);
552 SetTriple(triple_cstr); in ArchSpec()555 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec()557 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec()770 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec812 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec821 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
1385 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()1410 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()2056 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse()2249 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo()3896 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo()3940 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
954 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach()4928 arch_to_use.SetTriple(llvm::StringSwitch<std::string>(target_info.arch) in GetGDBServerRegisterInfoXMLAndProcess()
960 arch.SetTriple( in TestEmulation()1167 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
215 m_arch.SetTriple(triple); in GetArchitecture()
463 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
41265 (arg1)->SetTriple((char const *)arg2); in _wrap_SBModuleSpec_SetTriple()