Searched defs:GetAugmentedArchSpec (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/unittests/Host/ | ||
H A D | HostInfoTest.cpp | 26 TEST_F(HostInfoTest, GetAugmentedArchSpec) { in TEST_F() argument |
/llvm-project/lldb/source/Host/common/ | ||
H A D | HostInfoBase.cpp | 197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { GetAugmentedArchSpec() function in HostInfoBase |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 227 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform |