Searched refs:SetTriple (Results 1 - 19 of 19) sorted by relevance

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

Completed in 8650 milliseconds