reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
94 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
324 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp398 HostInfo::GetAugmentedArchSpec(value); 982 HostInfo::GetAugmentedArchSpec(arch_triple));tools/lldb/source/Target/Platform.cpp
375 return HostInfo::GetAugmentedArchSpec(triple);
tools/lldb/unittests/Host/HostInfoTest.cpp34 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(),