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

Declarations

tools/lldb/include/lldb/Host/HostInfoBase.h
   94   static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);

References

tools/lldb/source/API/SBInstruction.cpp
  324     return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  398             HostInfo::GetAugmentedArchSpec(value);
  982         HostInfo::GetAugmentedArchSpec(arch_triple));
tools/lldb/source/Target/Platform.cpp
  375   return HostInfo::GetAugmentedArchSpec(triple);
tools/lldb/unittests/Host/HostInfoTest.cpp
   34   ArchSpec spec = HostInfo::GetAugmentedArchSpec("x86_64-pc-linux-gnu");
   38   spec = HostInfo::GetAugmentedArchSpec("x86_64-pc");
   42   spec = HostInfo::GetAugmentedArchSpec("x86_64");
   50   EXPECT_EQ(HostInfo::GetAugmentedArchSpec(LLDB_ARCH_DEFAULT).GetTriple(),