Home
last modified time | relevance | path

Searched refs:SetLineEntry (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSymbolContext.i73 void SetLineEntry (lldb::SBLineEntry line_entry);
93 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbolContext.cpp97 sb_line_entry.SetLineEntry(m_opaque_up->line_entry); in GetLineEntry()
139 void SBSymbolContext::SetLineEntry(lldb::SBLineEntry line_entry) { in SetLineEntry() function in SBSymbolContext
H A DSBLineEntry.cpp43 void SBLineEntry::SetLineEntry(const lldb_private::LineEntry &lldb_object_ref) { in SetLineEntry() function in SBLineEntry
H A DSBCompileUnit.cpp73 sb_line_entry.SetLineEntry(line_entry); in GetLineEntryAtIndex()
H A DSBAddress.cpp265 sb_line_entry.SetLineEntry(line_entry); in GetLineEntry()
H A DSBFrame.cpp286 sb_line_entry.SetLineEntry( in GetLineEntry()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLineEntry.h71 void SetLineEntry(const lldb_private::LineEntry &lldb_object_ref);
H A DSBSymbolContext.h49 void SetLineEntry(lldb::SBLineEntry line_entry);