Home
last modified time | relevance | path

Searched refs:GetAsFileSpec (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp69 OptionValueFileSpec *OptionValue::GetAsFileSpec() { in GetAsFileSpec() function in OptionValue
75 const OptionValueFileSpec *OptionValue::GetAsFileSpec() const { in GetAsFileSpec() function in OptionValue
323 if (const OptionValueFileSpec *option_value = GetAsFileSpec()) in GetFileSpecValue()
330 if (OptionValueFileSpec *option_value = GetAsFileSpec()) { in SetFileSpecValue()
H A DOptionValueProperties.cpp255 return value->GetAsFileSpec(); in GetPropertyAtIndexAsOptionValueFileSpec()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h215 OptionValueFileSpec *GetAsFileSpec();
216 const OptionValueFileSpec *GetAsFileSpec() const;