Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSupportFile.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/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h219 class SupportFile; variable