Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h330 bool SetValueAs(ArchSpec v) { return SetArchSpecValue(v); } in SetValueAs()
354 bool SetArchSpecValue(ArchSpec arch_spec);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp470 bool OptionValue::SetArchSpecValue(ArchSpec arch_spec) { in SetArchSpecValue() function in OptionValue