/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 737 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/ |
D | ArchSpec.h | 353 SetTriple (const llvm::Triple &triple); 356 SetTriple (const char *triple_cstr); 359 SetTriple (const char *triple_cstr,
|
/external/lldb/source/Core/ |
D | ArchSpec.cpp | 336 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()
|
D | Disassembler.cpp | 912 arch.SetTriple (llvm::Triple (value_sp->GetStringValue())); in TestEmulation()
|
/external/lldb/source/API/ |
D | SBModuleSpec.cpp | 117 SBModuleSpec::SetTriple (const char *triple) in SetTriple() function in SBModuleSpec 119 m_opaque_ap->GetArchitecture().SetTriple(triple); in SetTriple()
|
D | SBTarget.cpp | 1907 module_spec.GetArchitecture().SetTriple (triple, target_sp->GetPlatform ().get()); in AddModule()
|
/external/lldb/source/Interpreter/ |
D | OptionGroupArchitecture.cpp | 54 arch.SetTriple(m_arch_str.c_str(), platform); in GetArchitecture()
|
D | OptionValueArch.cpp | 59 if (m_current_value.SetTriple (value_cstr)) in SetValueFromCString()
|
/external/lldb/scripts/Python/interface/ |
D | SBModuleSpec.i | 81 SetTriple (const char *triple);
|
/external/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 90 SetTriple (const char *triple);
|
/external/lldb/source/Commands/ |
D | CommandObjectDisassemble.cpp | 153 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get())) in SetOptionValue() 154 arch.SetTriple (option_arg); in SetOptionValue()
|
D | CommandObjectPlatform.cpp | 673 …match_info.GetProcessInfo().GetArchitecture().SetTriple (option_arg, m_interpreter.GetDebugger().G… in SetOptionValue()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 369 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/ |
D | ObjectContainerUniversalMachO.cpp | 221 arch.SetTriple (LLDB_ARCH_DEFAULT); in GetObjectFile()
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 300 arch.SetTriple ("i386", m_target.GetPlatform().get()); in DoLoadCore()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 1275 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()
|
D | GDBRemoteCommunicationServer.cpp | 402 match_info.GetProcessInfo().GetArchitecture().SetTriple (value.c_str(), NULL); in Handle_qfProcessInfo()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 605 module_spec.GetArchitecture().SetTriple(str.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
|
/external/lldb/source/Target/ |
D | Process.cpp | 799 … 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/ |
D | api-objects.txt | 3344 lldb.SBModuleSpec.SetTriple lldb.SBModuleSpec-class.html#SetTriple
|