reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBModule.cpp
  601     std::string triple(module_sp->GetArchitecture().GetTriple().str());
tools/lldb/source/API/SBTarget.cpp
 1675     std::string triple(target_sp->GetArchitecture().GetTriple().str());
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  113     if (target_sp && (target_sp->GetArchitecture().GetTriple().getArch() ==
  115                       target_sp->GetArchitecture().GetTriple().getArch() ==
  180     if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 ||
  181         target->GetArchitecture().GetTriple().getArch() ==
tools/lldb/source/Commands/CommandObjectProcess.cpp
  471           target->GetArchitecture().GetTriple().getTriple().c_str());
  476           target->GetArchitecture().GetTriple().getTriple().c_str());
tools/lldb/source/Core/Disassembler.cpp
  100     if (arch.GetTriple().getArch() == llvm::Triple::x86 ||
  101         arch.GetTriple().getArch() == llvm::Triple::x86_64)
 1121   if (target.GetArchitecture().GetTriple().getArch() == llvm::Triple::hexagon) {
 1268     std::string thumb_arch_name(arch.GetTriple().getArchName().str());
tools/lldb/source/Core/Module.cpp
 1606            arch_spec.GetTriple().getTriple().c_str());
tools/lldb/source/Host/common/HostInfoBase.cpp
   79         HostInfo::GetArchitecture().GetTriple().getTriple();
tools/lldb/source/Interpreter/CommandOptionValidators.cpp
   20       platform.GetSystemArchitecture().GetTriple().getOS();
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   30                                        arch.GetTriple().getTriple().c_str());
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1323   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
 1324   const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1664   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
 1665   const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  710   if ((arch.GetTriple().getArch() == llvm::Triple::x86) &&
  711       (arch.GetTriple().isMacOSX() || arch.GetTriple().isiOS() ||
  711       (arch.GetTriple().isMacOSX() || arch.GetTriple().isiOS() ||
  712        arch.GetTriple().isWatchOS())) {
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  163   return llvm::Triple::arc == arch.GetTriple().getArch() ?
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1324   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
 1325   const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1667   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
 1668   const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1016   if (arch.GetTriple().getArch() == llvm::Triple::hexagon) {
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  199   if (arch.GetTriple().getVendor() != llvm::Triple::Apple) {
  200     if (arch.GetTriple().getArch() == llvm::Triple::x86) {
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  556   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  556   if (arch.GetTriple().isMIPS64())
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  220   if (arch.GetTriple().getArch() == llvm::Triple::ppc) {
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   72   if (arch.GetTriple().isPPC64())
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  202   if (arch.GetTriple().getArch() == llvm::Triple::systemz) {
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  223   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
  224   const llvm::Triple::OSType os_type = arch.GetTriple().getOS();
  226       arch.GetTriple().getEnvironment();
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1093   if (arch.GetTriple().getArch() == llvm::Triple::x86_64 &&
 1094       arch.GetTriple().isOSWindows()) {
tools/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
   38   if (arch.GetTriple().isPPC64() &&
   39       arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF)
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1090   llvm::Triple triple = arch.GetTriple();
 1241   if (arch.GetTriple().getArch() != llvm::Triple::UnknownArch) {
 1334   llvm::Triple triple = arch.GetTriple();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  157         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  100         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  106     auto &target_triple = target.GetArchitecture().GetTriple();
  680         const auto &target_triple = target.GetArchitecture().GetTriple();
 1124         process->GetTarget().GetArchitecture().GetTriple().getOS();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
   48           process->GetTarget().GetArchitecture().GetTriple();
  300         process->GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
   69           process->GetTarget().GetArchitecture().GetTriple();
  397         process->GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  418   auto triple = m_process->GetTarget().GetArchitecture().GetTriple();
  494   return target.GetArchitecture().GetTriple().isAndroid() &&
  526   if ((arch.GetTriple().getOS() == llvm::Triple::FreeBSD ||
  527        arch.GetTriple().getOS() == llvm::Triple::NetBSD) &&
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
   60         process->GetTarget().GetArchitecture().GetTriple();
  575       module_names, m_process->GetTarget().GetArchitecture().GetTriple());
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
   28         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
   54         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  601       arch.GetTriple().str(),
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  737     if (arch.GetTriple().getArch() == llvm::Triple::arm) {
  743     } else if (arch.GetTriple().getArch() == llvm::Triple::thumb) {
  756   if (arch.GetTriple().getArch() == llvm::Triple::arm)
  758   else if (arch.GetTriple().getArch() == llvm::Triple::thumb)
  833   if (m_arch.GetTriple().isAndroid())
  836   if (m_arch.GetTriple().getVendor() == llvm::Triple::Apple)
  838   switch (m_arch.GetTriple().getOS()) {
  868   if (m_arch.GetTriple().getVendor() == llvm::Triple::Apple)
  870   switch (m_arch.GetTriple().getOS()) {
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  152     if (arch.GetTriple().getArch() == llvm::Triple::aarch64 ||
  153         arch.GetTriple().getArch() == llvm::Triple::aarch64_32) {
  162   if (arch.GetTriple().getArch() == llvm::Triple::arm)
  164   else if (arch.GetTriple().getArch() == llvm::Triple::thumb)
  489   if (m_arch.GetTriple().isAndroid())
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
   65   llvm::Triple triple = arch.GetTriple();
  213     if (arch.GetTriple().getArch() == llvm::Triple::mips ||
  214         arch.GetTriple().getArch() == llvm::Triple::mipsel) {
  223   return arch.GetTriple().getArch() == llvm::Triple::mips ||
  224          arch.GetTriple().getArch() == llvm::Triple::mipsel;
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
   65   llvm::Triple triple = arch.GetTriple();
  200     if (arch.GetTriple().getArch() == llvm::Triple::mips64 ||
  201         arch.GetTriple().getArch() == llvm::Triple::mips64el) {
  210   return arch.GetTriple().getArch() == llvm::Triple::mips64 ||
  211          arch.GetTriple().getArch() == llvm::Triple::mips64el;
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
   59     if (arch.GetTriple().isPPC64())
   66   return arch.GetTriple().isPPC64();
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  821           process_sp->GetTarget().GetArchitecture().GetTriple());
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  464   if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  158                     .GetTriple()
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  358   if (target.GetArchitecture().GetTriple().getVendor() !=
  462   if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
   29                                                        .GetTriple()
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
   87       m_process_ptr->GetTarget().GetArchitecture().GetTriple().getTriple();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6027   const llvm::Triple &target_triple = target_arch.GetTriple();
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
   69         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   77     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
   46            arch ? arch->GetTriple().getTriple() : "<null>");
   50     const llvm::Triple &triple = arch->GetTriple();
  318   if (arch.GetTriple().getArch() == llvm::Triple::x86)
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
   44            arch ? arch->GetTriple().getTriple() : "<null>");
   48     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
   71         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   83     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
   69         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   79       const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
   70         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   82       const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
   67         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   80       const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
   62         arch ? arch->GetTriple().getTriple().c_str() : "<null>";
   74       const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
   44            arch ? arch->GetTriple().getTriple() : "<null>");
   48     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
   44            arch ? arch->GetTriple().getTriple() : "<null>");
   48     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  146               HostInfo::GetArchitecture(HostInfo::eArchKindDefault).GetTriple();
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
   70     const llvm::Triple &triple = arch->GetTriple();
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  176         arch.GetTriple().getTriple().c_str());
  186               arch.GetTriple().getTriple().c_str(), stream.GetData());
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  572                  arch.GetTriple().getVendor() == llvm::Triple::Apple)
  575                  arch.GetTriple().getVendor() != llvm::Triple::Apple)
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
   28       notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
   29       notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
   30       notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1728   llvm::Triple triple = arch.GetTriple();
 1820     working_dir.SetFile(cwd, GetHostArchitecture().GetTriple());
 2204         const llvm::Triple &triple = match_arch.GetTriple();
 3184           arch.GetTriple().getVendor() == llvm::Triple::Apple &&
 3185           arch.GetTriple().getOS() == llvm::Triple::IOS &&
 3186           (arch.GetTriple().getArch() == llvm::Triple::aarch64 ||
 3187            arch.GetTriple().getArch() == llvm::Triple::aarch64_32)) {
 3544   const auto &triple = arch_spec.GetTriple().getTriple();
 3589       module_spec.GetFileSpec() = FileSpec(path, arch_spec.GetTriple());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1109   response.PutStringAsRawHex8(module_arch.GetTriple().getTriple());
 1201     const llvm::Triple &proc_triple = proc_arch.GetTriple();
 1220     const llvm::Triple &proc_triple = proc_arch.GetTriple();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  643             arch.GetTriple().getVendor() == llvm::Triple::Apple &&
  644             arch.GetTriple().getOS() == llvm::Triple::IOS) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  729             GetTarget().GetArchitecture().GetTriple().getTriple().c_str(),
  747             GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
 1097                   target_arch.GetTriple().getTriple().c_str()
 1098                       ? target_arch.GetTriple().getTriple().c_str()
 1126           llvm::Triple new_target_triple = target_arch.GetTriple();
 1151                   target_arch.GetTriple().getTriple().c_str()
 1152                       ? target_arch.GetTriple().getTriple().c_str()
 4243                            arch.GetTriple().getTriple());
 4253               arch.GetTriple().getTriple().c_str());
 4262               arch.GetTriple().getTriple().c_str(), stream.GetData());
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1356   if (process.GetTarget().GetArchitecture().GetTriple().getVendor() ==
 1420   auto &triple = target ? target->GetArchitecture().GetTriple()
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  454                              .GetTriple()
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
   54           process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
   34       ::LLVMCreateDisasm(arch.GetTriple().getTriple().c_str(), nullptr,
tools/lldb/source/Target/ABI.cpp
  217   std::string triple = arch.GetTriple().getTriple();
tools/lldb/source/Target/Process.cpp
 2923                   __FUNCTION__, process_arch.GetTriple().getTriple().c_str(),
tools/lldb/source/Target/Target.cpp
  115              target_arch.GetTriple().getTriple().c_str());
 1406                m_arch.GetSpec().GetTriple().getTriple());
 1506              m_arch.GetSpec().GetTriple().getTriple());
 1514             arch_spec.GetTriple().getTriple().c_str());
 1526               arch_spec.GetTriple().getTriple().c_str());
 1550                 m_arch.GetSpec().GetTriple().getTriple().c_str(),
 1551                 arch_spec.GetTriple().getTriple().c_str());
 2311              arch.GetArchitectureName(), arch.GetTriple().getTriple());
tools/lldb/source/Target/Thread.cpp
 2069       if (target_arch.GetTriple().getVendor() == llvm::Triple::Apple)
tools/lldb/source/Target/UnixSignals.cpp
   31   const auto &triple = arch.GetTriple();
tools/lldb/source/Utility/ArchSpec.cpp
  599 bool ArchSpec::IsMIPS() const { return GetTriple().isMIPS(); }
  857     GetTriple().setVendor(other.GetTriple().getVendor());
  859     GetTriple().setOS(other.GetTriple().getOS());
  861     GetTriple().setArch(other.GetTriple().getArch());
  871     GetTriple().setEnvironment(other.GetTriple().getEnvironment());
  877       other.GetTriple().getArch() == llvm::Triple::arm &&
 1020     const llvm::Triple &lhs_triple = GetTriple();
 1021     const llvm::Triple &rhs_triple = rhs.GetTriple();
 1399   const auto &user_specified_triple = GetTriple();
 1420   const llvm::Triple &me(GetTriple());
 1421   const llvm::Triple &them(other.GetTriple());
 1436   if (GetTriple().getArch() == llvm::Triple::arm ||
 1437       GetTriple().getArch() == llvm::Triple::thumb) {
 1459   const llvm::Triple &triple = GetTriple();
tools/lldb/tools/lldb-test/lldb-test.cpp
  886                        ModulePtr->GetArchitecture().GetTriple().getTriple());
tools/lldb/unittests/Host/HostInfoTest.cpp
   51             HostInfo::GetArchitecture(HostInfo::eArchKindDefault).GetTriple());