Home
last modified time | relevance | path

Searched refs:GetTriple (Results 1 – 25 of 59) sorted by relevance

123

/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp578 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/
DPlatformLinux.cpp44 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/
DThreadElfCore.cpp88 switch (arch.GetTriple().getOS()) in CreateRegisterContextForFrame()
99 __FUNCTION__, arch.GetTriple().getOS()); in CreateRegisterContextForFrame()
/external/lldb/include/lldb/Core/
DArchSpec.h324 GetTriple () in GetTriple() function
335 GetTriple () const in GetTriple() function
/external/lldb/source/Commands/
DCommandObjectDisassemble.cpp134 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/
DSBModuleSpec.cpp106 SBModuleSpec::GetTriple () in GetTriple() function in SBModuleSpec
108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str()); in GetTriple()
DSBModule.cpp614 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/
Dsb_module.py29 obj.GetTriple()
Dsb_target.py54 obj.GetTriple()
/external/lldb/scripts/Python/interface/
DSBModule.i297 GetTriple ();
502 __swig_getmethods__["triple"] = GetTriple
503 …if _newclass: triple = property(GetTriple, None, doc='''A read only property that returns the targ…
DSBModuleSpec.i78 GetTriple ();
DSBTarget.i543 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/
DArchSpec.cpp522 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()
DModule.cpp337 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/
DSBModuleSpec.h87 GetTriple ();
DSBModule.h86 GetTriple ();
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp73 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
DPlatformiOSSimulator.cpp74 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
/external/lldb/source/Interpreter/
DOptionGroupPlatform.cpp43 arch.GetTriple().getTriple().c_str()); in CreatePlatformWithOptions()
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp32 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
/external/lldb/source/Target/
DTargetList.cpp110 platform_arch.GetTriple().str().c_str(), in CreateTarget()
111 … matching_module_spec.GetArchitecture().GetTriple().str().c_str(), in CreateTarget()
DPlatform.cpp282 if (!arch.GetTriple().str().empty()) in GetStatus()
283 strm.Printf(" Triple: %s\n", arch.GetTriple().str().c_str()); in GetStatus()
DTarget.cpp102 …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/
DGDBRemoteCommunicationClient.cpp1252 … 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/
DHost.cpp411 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()

123