Home
last modified time | relevance | path

Searched defs:SBFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBFile.cpp19 SBFile::SBFile(FileSP file_sp) : m_opaque_sp(file_sp) { in SBFile() function in SBFile
25 SBFile::SBFile(const SBFile &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBFile() function in SBFile
37 SBFile::SBFile() { LLDB_INSTRUMENT_VA(this); } SBFile() function in SBFile
39 SBFile::SBFile(FILE *file, bool transfer_ownership) { SBFile() function in SBFile
45 SBFile::SBFile(int fd, const char *mode, bool transfer_owndership) { SBFile() function in SBFile
[all...]
/llvm-project/lldb/include/lldb/API/
H A DSBError.h82 friend class SBFile; global() variable
H A DSBDefines.h73 class LLDB_API SBFile; global() variable