| /llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 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()
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | ArchSpecTest.cpp | 101 EXPECT_TRUE(AS.SetTriple("12-10-apple-darwin")); in TEST() 109 EXPECT_TRUE(AS.SetTriple("18.100-apple-darwin")); in TEST() 117 EXPECT_TRUE(AS.SetTriple("i686-pc-windows")); in TEST() 127 EXPECT_TRUE(AS.SetTriple("msp430---elf")); in TEST() 133 EXPECT_TRUE(AS.SetTriple("amd64-unknown-openbsd")); in TEST() 140 EXPECT_FALSE(AS.SetTriple("unknown-unknown-unknown")); in TEST() 143 EXPECT_FALSE(AS.SetTriple("unknown")); in TEST() 146 EXPECT_FALSE(AS.SetTriple("")); in TEST() 272 this->SetTriple("unknown-mach-64"); in TEST()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 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()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec 126 m_opaque_up->GetArchitecture().SetTriple(triple); in SetTriple()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 482 bool SetTriple(const llvm::Triple &triple); 484 bool SetTriple(llvm::StringRef triple_str);
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArch.cpp | 48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 72 void SetTriple(const char *triple);
|
| /llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 550 SetTriple(triple_cstr); 553 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in GetArchitectureName() 555 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in GetArchitectureName() 768 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in ParseMachCPUDashSubtypeTriple() 810 bool ArchSpec::SetTriple(llvm::StringRef triple) { in MergeFrom() 819 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in MergeFrom() 747 bool ArchSpec::SetTriple(const llvm::Triple &triple) { SetTriple() function in ArchSpec 789 bool ArchSpec::SetTriple(llvm::StringRef triple) { SetTriple() function in ArchSpec
|
| /llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
| H A D | ObjectContainerUniversalMachO.cpp | 158 arch.SetTriple(LLDB_ARCH_DEFAULT); in GetObjectFile()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 331 spec.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications() 336 spec.SetTriple("i386-pc-windows"); in GetModuleSpecifications() 341 spec.SetTriple("armv7-pc-windows"); in GetModuleSpecifications() 347 spec.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1367 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 1392 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 2038 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse() 2232 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo() 3879 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo() 3923 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
|
| H A D | ProcessGDBRemote.cpp | 944 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach() 4856 arch_to_use.SetTriple(llvm::StringSwitch<std::string>(target_info.arch) in AddRemoteRegisters()
|
| /llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 940 arch.SetTriple( in TestEmulation() 1147 m_arch.SetTriple(thumb_arch_name.c_str()); in GetInstructionList()
|
| /llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 216 m_arch.SetTriple(triple); in GetMiscInfo()
|
| /llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 588 target_arch.SetTriple(triple); in UpdateSpecialBinariesFromNewImageInfos()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 461 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
|