Searched refs:SetTriple (Results 1 – 15 of 15) sorted by relevance
336 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport()345 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()346 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport()353 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
118 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec121 m_opaque_up->GetArchitecture().SetTriple(triple); in SetTriple()
483 bool SetTriple(const llvm::Triple &triple);485 bool SetTriple(llvm::StringRef triple_str);
48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
80 SetTriple (const char *triple);
72 void SetTriple(const char *triple);
525 SetTriple(triple_cstr); in ArchSpec()528 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec()530 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec()752 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec794 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec803 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
144 arch.SetTriple(LLDB_ARCH_DEFAULT); in GetObjectFile()
334 spec.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications()339 spec.SetTriple("i386-pc-windows"); in GetModuleSpecifications()344 spec.SetTriple("armv7-pc-windows"); in GetModuleSpecifications()349 spec.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
1337 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()1362 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo()2027 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse()2209 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo()3807 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo()3851 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
941 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach()4263 arch_to_use.SetTriple(llvm::StringSwitch<std::string>(target_info.arch) in GetGDBServerRegisterInfoXMLAndProcess()
923 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation()1132 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
211 m_arch.SetTriple(triple); in GetArchitecture()
588 target_arch.SetTriple(triple); in UpdateSpecialBinariesFromNewImageInfos()
463 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()