Home
last modified time | relevance | path

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

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