Home
last modified time | relevance | path

Searched refs:GetLine (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp55 lhs.GetLine() == rhs.GetLine()); in Equal()
70 std::optional<uint32_t> SourceLocationSpec::GetLine() const { in GetLine() function in SourceLocationSpec
71 uint32_t line = m_declaration.GetLine(); in GetLine()
H A DAddressResolverFileLine.cpp64 m_src_location_spec.GetLine().value_or(0)); in SearchCallback()
79 m_src_location_spec.GetLine().value_or(0)); in GetDescription()
H A DDeclaration.cpp82 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
H A DIOHandler.cpp349 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() function in IOHandlerEditline
352 return m_editline_up->GetLine(line, interrupted); in GetLine()
537 if (GetLine(line, interrupted) && !interrupted) { in GetLines()
572 if (GetLine(line, interrupted)) { in Run()
H A DSourceManager.cpp236 last_file_sp->GetLine(line, src_line); in DisplaySourceLinesWithLineNumbersUsingLastFile()
633 if (!GetLine(line_no, buffer)) in FindLinesMatchingRegex()
701 bool SourceManager::File::GetLine(uint32_t line_no, std::string &buffer) { in GetLine() function in SourceManager::File
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp107 m_location_spec.GetLine().value_or(0)); in SerializeToStructuredData()
145 line = inline_declaration.GetLine(); in FilterContexts()
181 if (m_location_spec.GetLine() == sc.line_entry.line) in FilterContexts()
186 m_location_spec.GetLine() < line - decl_line_is_too_late_fudge) { in FilterContexts()
293 const uint32_t line = m_location_spec.GetLine().value_or(0); in SearchCallback()
328 m_location_spec.GetLine().value_or(0)); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDeclaration.cpp70 uint32_t SBDeclaration::GetLine() const { in GetLine() function in SBDeclaration
75 line = m_opaque_up->GetLine(); in GetLine()
155 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
H A DSBLineEntry.cpp90 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry
172 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
H A DSBCompileUnit.cpp89 return m_opaque_ptr->FindLineEntry(0, line_entry.GetLine(), in FindLineEntryIndex()
H A DSBBlock.cpp97 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDeclaration.i33 GetLine () const;
61 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo…
H A DSBLineEntry.i66 GetLine () const;
94 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo…
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Djump.py50 line_entry.GetFileSpec(), (line_entry.GetLine() + line_number))
64 line_entry.GetFileSpec(), (line_entry.GetLine() - line_number))
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSourceLocationSpec.h168 std::optional<uint32_t> GetLine() const;
H A DDeclaration.h120 uint32_t GetLine() const { return m_line; } in GetLine() function
H A DSourceManager.h52 bool GetLine(uint32_t line_no, std::string &buffer);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDeclaration.h34 uint32_t GetLine() const;
H A DSBLineEntry.h38 uint32_t GetLine() const;
/openbsd-src/gnu/llvm/lldb/scripts/android/
H A Dhost_art_bt.py38 'line': line_entry.GetLine() if line_entry else -1
230 'line': frame.GetLineEntry().GetLine() if frame.GetLineEntry() else -1
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h224 bool GetLine(std::string &line, bool &interrupted);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp349 if (func_decl.GetLine()) { in AddRange()
355 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DFunction.cpp255 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
257 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp345 const auto line = line_entry.GetLine(); in CreateBreakpoint()
779 auto line = line_entry.GetLine(); in CreateStackFrame()
963 const uint32_t line = declaration.GetLine(); in CreateUniqueVariableNameForDisplay()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h353 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py112 self.pc_line = loc.GetLine()

12