Home
last modified time | relevance | path

Searched refs:eTypeFileSpec (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h36 eTypeFileSpec, enumerator
143 case 1u << eTypeFileSpec: in ConvertTypeMaskToType()
144 return eTypeFileSpec; in ConvertTypeMaskToType()
H A DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp71 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
77 if (GetType() == OptionValue::eTypeFileSpec) in GetAsFileSpec()
476 case eTypeFileSpec: in GetBuiltinTypeAsCString()
519 case 1u << eTypeFileSpec: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp108 case OptionValue::eTypeFileSpec: { in Property()
H A DOptionValueArray.cpp53 case eTypeFileSpec: in DumpValue()
H A DOptionValueDictionary.cpp67 case eTypeFileSpec: in DumpValue()