Home
last modified time | relevance | path

Searched defs:GetOptionValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function
40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function
70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
H A DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupString.h36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function
38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUInt64.h37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function
39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
H A DOptionGroupUUID.h32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function