Home
last modified time | relevance | path

Searched defs:GetAugmentedArchSpec (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Host/
H A DHostInfoTest.cpp26 TEST_F(HostInfoTest, GetAugmentedArchSpec) { in TEST_F() argument
/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { GetAugmentedArchSpec() function in HostInfoBase
/llvm-project/lldb/source/Target/
H A DPlatform.cpp227 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
847 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { GetAugmentedArchSpec() function in Platform