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()
332 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport()341 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()342 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport()349 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()
469 bool SetTriple(const llvm::Triple &triple);471 bool SetTriple(llvm::StringRef triple_str);
48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
72 void SetTriple(const char *triple);
529 SetTriple(triple_cstr); in ArchSpec()532 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec()534 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec()747 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec789 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec798 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
1362 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()1387 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()2036 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse()2230 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo()3877 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo()3921 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
944 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach()4793 arch_to_use.SetTriple(llvm::StringSwitch<std::string>(target_info.arch) in GetGDBServerRegisterInfoXMLAndProcess()
926 arch.SetTriple( in TestEmulation()1135 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
211 m_arch.SetTriple(triple); in GetArchitecture()
461 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
40680 (arg1)->SetTriple((char const *)arg2); in _wrap_SBModuleSpec_SetTriple()