Home
last modified time | relevance | path

Searched refs:OptionValueLanguage (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueLanguage.h18 class OptionValueLanguage : public Cloneable<OptionValueLanguage, OptionValue> {
20 OptionValueLanguage(lldb::LanguageType value) in OptionValueLanguage() function
23 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage() function
27 ~OptionValueLanguage() override = default;
H A DOptionValue.h224 OptionValueLanguage *GetAsLanguage();
225 const OptionValueLanguage *GetAsLanguage() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp20 void OptionValueLanguage::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
32 llvm::json::Value OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
36 Status OptionValueLanguage::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DOptionValue.cpp165 OptionValueLanguage *OptionValue::GetAsLanguage() { in GetAsFormatEntity()
167 return static_cast<OptionValueLanguage *>(this); in GetAsFormatEntity()
171 const OptionValueLanguage *OptionValue::GetAsLanguage() const { in GetAsPathMappings()
173 return static_cast<const OptionValueLanguage *>(this); in GetAsPathMappings()
371 if (const OptionValueLanguage *option_value = GetAsLanguage()) in SetSInt64Value()
378 if (OptionValueLanguage *option_value = GetAsLanguage()) { in GetStringValue()
552 value_sp = std::make_shared<OptionValueLanguage>(eLanguageTypeUnknown); in DeepCopy()
H A DProperty.cpp153 m_value_sp = std::make_shared<OptionValueLanguage>(new_lang); in Property()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h153 class OptionValueLanguage; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1020 OptionValueLanguage m_category_language;
1703 OptionValueLanguage m_cate_language;
H A DCommandObjectMemory.cpp281 OptionValueLanguage m_language_for_type;
/freebsd/lib/clang/liblldb/
H A DMakefile333 SRCS+= Interpreter/OptionValueLanguage.cpp