Home
last modified time | relevance | path

Searched defs:SupportFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDSupportFile.h23 SupportFile() : m_file_spec(), m_checksum() {} in SupportFile() function
24 SupportFile(const FileSpec &spec) : m_file_spec(spec), m_checksum() {} in SupportFile() function
25 SupportFile(const FileSpec &spec, const Checksum &checksum) in SupportFile() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h219 class SupportFile; variable