Home
last modified time | relevance | path

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

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