Home
last modified time | relevance | path

Searched defs:GetCurrentValue (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h45 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() function
47 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() function
H A DOptionValueUUID.h43 UUID &GetCurrentValue() { return m_uuid; } in GetCurrentValue() function
45 const UUID &GetCurrentValue() const { return m_uuid; } in GetCurrentValue() function
H A DOptionValueFormatEntity.h42 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue() function
44 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue() function
H A DOptionValueFileSpec.h54 FileSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
56 const FileSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueArch.h55 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() function
57 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueRegex.h41 const RegularExpression *GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueFileSpecList.h50 FileSpecList GetCurrentValue() const { in GetCurrentValue() function
H A DOptionValueFormat.h45 lldb::Format GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueLanguage.h47 lldb::LanguageType GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueBoolean.h66 bool GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueChar.h49 char GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueUInt64.h59 uint64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueEnumeration.h63 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueSInt64.h54 int64_t GetCurrentValue() const { return m_current_value; } in GetCurrentValue() function
H A DOptionValueString.h92 const char *GetCurrentValue() const { return m_current_value.c_str(); } in GetCurrentValue() function