| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 55 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 D | AddressResolverFileLine.cpp | 64 m_src_location_spec.GetLine().value_or(0)); in SearchCallback() 79 m_src_location_spec.GetLine().value_or(0)); in GetDescription()
|
| H A D | Declaration.cpp | 82 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
|
| H A D | IOHandler.cpp | 349 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 D | SourceManager.cpp | 236 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 D | BreakpointResolverFileLine.cpp | 107 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 D | SBDeclaration.cpp | 70 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 D | SBLineEntry.cpp | 90 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry 172 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
|
| H A D | SBCompileUnit.cpp | 89 return m_opaque_ptr->FindLineEntry(0, line_entry.GetLine(), in FindLineEntryIndex()
|
| H A D | SBBlock.cpp | 97 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDeclaration.i | 33 GetLine () const; 61 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo…
|
| H A D | SBLineEntry.i | 66 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 D | jump.py | 50 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 D | SourceLocationSpec.h | 168 std::optional<uint32_t> GetLine() const;
|
| H A D | Declaration.h | 120 uint32_t GetLine() const { return m_line; } in GetLine() function
|
| H A D | SourceManager.h | 52 bool GetLine(uint32_t line_no, std::string &buffer);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDeclaration.h | 34 uint32_t GetLine() const;
|
| H A D | SBLineEntry.h | 38 uint32_t GetLine() const;
|
| /openbsd-src/gnu/llvm/lldb/scripts/android/ |
| H A D | host_art_bt.py | 38 '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 D | Editline.h | 224 bool GetLine(std::string &line, bool &interrupted);
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Block.cpp | 349 if (func_decl.GetLine()) { in AddRange() 355 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
|
| H A D | Function.cpp | 255 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 D | JSONUtils.cpp | 345 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 D | LineTable.h | 353 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl()
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | sourcewin.py | 112 self.pc_line = loc.GetLine()
|