Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h286 return GetArchSpecValue(); in GetValueAs()
350 std::optional<ArchSpec> GetArchSpecValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp461 std::optional<ArchSpec> OptionValue::GetArchSpecValue() const { in GetArchSpecValue() function in OptionValue