/external/lldb/source/Plugins/Disassembler/llvm/ |
D | DisassemblerLLVMC.cpp | 578 llvm::Triple triple = arch.GetTriple(); in FlavorValidForArchSpec() 597 if (arch.GetTriple().getArch() != llvm::Triple::UnknownArch) in CreateInstance() 618 const char *triple = arch.GetTriple().getTriple().c_str(); in DisassemblerLLVMC() 623 if (arch.GetTriple().getArch() == llvm::Triple::x86 in DisassemblerLLVMC() 624 || arch.GetTriple().getArch() == llvm::Triple::x86_64) in DisassemblerLLVMC() 637 if (arch.GetTriple().getArch() == llvm::Triple::arm) in DisassemblerLLVMC() 639 std::string thumb_arch_name (thumb_arch.GetTriple().getArchName().str()); in DisassemblerLLVMC() 650 thumb_arch.GetTriple().setArchName(llvm::StringRef(thumb_arch_name.c_str())); in DisassemblerLLVMC() 655 if (arch.GetTriple().getArch() == llvm::Triple::arm in DisassemblerLLVMC() 658 triple = thumb_arch.GetTriple().getTriple().c_str(); in DisassemblerLLVMC() [all …]
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 44 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() 215 llvm::Triple &module_triple = module_spec.GetArchitecture().GetTriple(); in ResolveExecutable() 220 …t llvm::Triple &host_triple = Host::GetArchitecture (Host::eSystemDefaultArchitecture).GetTriple(); in ResolveExecutable() 348 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) in GetSupportedArchitectureAtIndex()
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.cpp | 88 switch (arch.GetTriple().getOS()) in CreateRegisterContextForFrame() 99 __FUNCTION__, arch.GetTriple().getOS()); in CreateRegisterContextForFrame()
|
/external/lldb/include/lldb/Core/ |
D | ArchSpec.h | 324 GetTriple () in GetTriple() function 335 GetTriple () const in GetTriple() function
|
/external/lldb/source/Commands/ |
D | CommandObjectDisassemble.cpp | 134 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 in SetOptionValue() 135 || target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86_64) in SetOptionValue() 200 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 in OptionParsingStarting() 201 || target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86_64) in OptionParsingStarting()
|
/external/lldb/source/API/ |
D | SBModuleSpec.cpp | 106 SBModuleSpec::GetTriple () in GetTriple() function in SBModuleSpec 108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str()); in GetTriple()
|
D | SBModule.cpp | 614 SBModule::GetTriple () in GetTriple() function in SBModule 619 std::string triple (module_sp->GetArchitecture().GetTriple().str()); in GetTriple()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_module.py | 29 obj.GetTriple()
|
D | sb_target.py | 54 obj.GetTriple()
|
/external/lldb/scripts/Python/interface/ |
D | SBModule.i | 297 GetTriple (); 502 __swig_getmethods__["triple"] = GetTriple 503 …if _newclass: triple = property(GetTriple, None, doc='''A read only property that returns the targ…
|
D | SBModuleSpec.i | 78 GetTriple ();
|
D | SBTarget.i | 543 GetTriple (); 851 __swig_getmethods__["triple"] = GetTriple 852 …if _newclass: triple = property(GetTriple, None, doc='''A read only property that returns the targ…
|
/external/lldb/source/Core/ |
D | ArchSpec.cpp | 522 arch.GetTriple().setVendorName(vendor_str); in ParseMachCPUDashSubtypeTriple() 528 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos)); in ParseMachCPUDashSubtypeTriple() 532 … arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos)); in ParseMachCPUDashSubtypeTriple() 619 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in SetTriple() 750 const llvm::Triple &lhs_triple = GetTriple(); in IsEqualTo() 751 const llvm::Triple &rhs_triple = rhs.GetTriple(); in IsEqualTo()
|
D | Module.cpp | 337 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext() 338 && object_arch.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetClangASTContext() 340 if (object_arch.GetTriple().getArch() == llvm::Triple::arm || in GetClangASTContext() 341 object_arch.GetTriple().getArch() == llvm::Triple::thumb) in GetClangASTContext() 343 object_arch.GetTriple().setOS(llvm::Triple::IOS); in GetClangASTContext() 347 object_arch.GetTriple().setOS(llvm::Triple::MacOSX); in GetClangASTContext()
|
/external/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 87 GetTriple ();
|
D | SBModule.h | 86 GetTriple ();
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.cpp | 73 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
|
D | PlatformiOSSimulator.cpp | 74 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
|
/external/lldb/source/Interpreter/ |
D | OptionGroupPlatform.cpp | 43 arch.GetTriple().getTriple().c_str()); in CreatePlatformWithOptions()
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 32 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
|
/external/lldb/source/Target/ |
D | TargetList.cpp | 110 platform_arch.GetTriple().str().c_str(), in CreateTarget() 111 … matching_module_spec.GetArchitecture().GetTriple().str().c_str(), in CreateTarget()
|
D | Platform.cpp | 282 if (!arch.GetTriple().str().empty()) in GetStatus() 283 strm.Printf(" Triple: %s\n", arch.GetTriple().str().c_str()); in GetStatus()
|
D | Target.cpp | 102 …reated with architecture %s (%s)", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_… in Target() 1036 …%s (%s) based on executable file", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_… in SetExecutableModule() 1080 …ng architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_… in SetArchitecture() 1087 …ng architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_… in SetArchitecture() 1099 … file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_… in SetArchitecture() 1739 m_scratch_ast_context_ap.reset (new ClangASTContext(m_arch.GetTriple().str().c_str())); in GetScratchClangASTContext() 1807 …t's default architecture to %s (%s)", arch.GetArchitectureName(), arch.GetTriple().getTriple().c_… in SetDefaultArchitecture()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 1252 … m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name)); in GetHostInfo() 1254 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name)); in GetHostInfo() 1277 llvm::Triple &host_triple = m_host_arch.GetTriple(); in GetHostInfo() 1883 m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name)); in GetCurrentProcessInfo() 1884 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name)); in GetCurrentProcessInfo() 1968 const llvm::Triple &triple = match_arch.GetTriple(); in FindProcesses()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 411 const llvm::StringRef &str_ref = host_arch.GetTriple().getVendorName(); in GetVendorString() 424 const llvm::StringRef &str_ref = host_arch.GetTriple().getOSName(); in GetOSString() 437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str()); in GetTargetTriple() 1316 arch.GetTriple().getTriple().c_str(), in GetDummyTarget()
|