Home
last modified time | relevance | path

Searched refs:GetFileSpecValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h285 return GetFileSpecValue(); in GetValueAs()
365 std::optional<FileSpec> GetFileSpecValue() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp321 std::optional<FileSpec> OptionValue::GetFileSpecValue() const { in GetFileSpecValue() function in OptionValue