Home
last modified time | relevance | path

Searched refs:SetTriple (Results 1 – 20 of 20) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp737 case 0: arch.SetTriple ("armv7-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
738 case 1: arch.SetTriple ("armv7f-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
739 case 2: arch.SetTriple ("armv7k-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
740 case 3: arch.SetTriple ("armv7s-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
741 case 4: arch.SetTriple ("armv7m-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
742 case 5: arch.SetTriple ("armv7em-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
743 case 6: arch.SetTriple ("armv6-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
744 case 7: arch.SetTriple ("armv5-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
745 case 8: arch.SetTriple ("armv4-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
746 case 9: arch.SetTriple ("arm-apple-ios"); return true; in ARMGetSupportedArchitectureAtIndex()
[all …]
/external/lldb/include/lldb/Core/
DArchSpec.h353 SetTriple (const llvm::Triple &triple);
356 SetTriple (const char *triple_cstr);
359 SetTriple (const char *triple_cstr,
/external/lldb/source/Core/
DArchSpec.cpp336 SetTriple(triple_cstr, platform); in ArchSpec()
346 SetTriple(triple_cstr); in ArchSpec()
354 SetTriple(triple); in ArchSpec()
475 ArchSpec::SetTriple (const llvm::Triple &triple) in SetTriple() function in ArchSpec
544 ArchSpec::SetTriple (const char *triple_cstr) in SetTriple() function in ArchSpec
566 SetTriple (llvm::Triple (triple_stref)); in SetTriple()
575 ArchSpec::SetTriple (const char *triple_cstr, Platform *platform) in SetTriple() function in ArchSpec
647 SetTriple (normalized_triple); in SetTriple()
DDisassembler.cpp912 arch.SetTriple (llvm::Triple (value_sp->GetStringValue())); in TestEmulation()
/external/lldb/source/API/
DSBModuleSpec.cpp117 SBModuleSpec::SetTriple (const char *triple) in SetTriple() function in SBModuleSpec
119 m_opaque_ap->GetArchitecture().SetTriple(triple); in SetTriple()
DSBTarget.cpp1907 module_spec.GetArchitecture().SetTriple (triple, target_sp->GetPlatform ().get()); in AddModule()
/external/lldb/source/Interpreter/
DOptionGroupArchitecture.cpp54 arch.SetTriple(m_arch_str.c_str(), platform); in GetArchitecture()
DOptionValueArch.cpp59 if (m_current_value.SetTriple (value_cstr)) in SetValueFromCString()
/external/lldb/scripts/Python/interface/
DSBModuleSpec.i81 SetTriple (const char *triple);
/external/lldb/include/lldb/API/
DSBModuleSpec.h90 SetTriple (const char *triple);
/external/lldb/source/Commands/
DCommandObjectDisassemble.cpp153 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get())) in SetOptionValue()
154 arch.SetTriple (option_arg); in SetOptionValue()
DCommandObjectPlatform.cpp673 …match_info.GetProcessInfo().GetArchitecture().SetTriple (option_arg, m_interpreter.GetDebugger().G… in SetOptionValue()
/external/lldb/source/Host/common/
DHost.cpp369 g_host_arch_32.SetTriple(triple); in GetArchitecture()
374 g_host_arch_64.SetTriple(triple); in GetArchitecture()
376 g_host_arch_32.SetTriple(triple.get32BitArchVariant()); in GetArchitecture()
382 g_host_arch_64.SetTriple(triple); in GetArchitecture()
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp221 arch.SetTriple (LLDB_ARCH_DEFAULT); in GetObjectFile()
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp300 arch.SetTriple ("i386", m_target.GetPlatform().get()); in DoLoadCore()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1275 m_host_arch.SetTriple (triple.c_str()); in GetHostInfo()
1304 m_host_arch.SetTriple (triple.c_str()); in GetHostInfo()
1760 process_info.GetArchitecture ().SetTriple (value.c_str()); in DecodeProcessInfoResponse()
DGDBRemoteCommunicationServer.cpp402 match_info.GetProcessInfo().GetArchitecture().SetTriple (value.c_str(), NULL); in Handle_qfProcessInfo()
/external/lldb/source/Host/macosx/
DSymbols.cpp605 module_spec.GetArchitecture().SetTriple(str.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
/external/lldb/source/Target/
DProcess.cpp799 … if (!launch_info.GetArchitecture().SetTriple (option_arg, m_interpreter.GetPlatform(true).get())) in SetOptionValue()
800 launch_info.GetArchitecture().SetTriple (option_arg); in SetOptionValue()
/external/lldb/www/python_reference/
Dapi-objects.txt3344 lldb.SBModuleSpec.SetTriple lldb.SBModuleSpec-class.html#SetTriple