Home
last modified time | relevance | path

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

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