Home
last modified time | relevance | path

Searched refs:GetArchSpecValue (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h293 return GetArchSpecValue(); in GetValueAs()
353 std::optional<ArchSpec> GetArchSpecValue() const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp463 std::optional<ArchSpec> OptionValue::GetArchSpecValue() const { in GetArchSpecValue() function in OptionValue