Home
last modified time | relevance | path

Searched defs:GetArchitectureName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h36 llvm::StringRef GetArchitectureName() const { return m_arch_str; } in GetArchitectureName() function
/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp552 const char *ArchSpec::GetArchitectureName() const { GetArchitectureName() function in ArchSpec