Searched defs:SetFile (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } function in class:lldb_private::Declaration
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator in enum:LineTableOpCode
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp168 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } function in class:FileSpec
173 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { function in class:FileSpec
209 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { function in class:FileSpec

Completed in 127 milliseconds