| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 56 lhs.GetLine() == rhs.GetLine()); in Equal() 71 std::optional<uint32_t> SourceLocationSpec::GetLine() const { in GetLine() function in SourceLocationSpec 72 uint32_t line = m_declaration.GetLine(); in GetLine()
|
| H A D | AddressResolverFileLine.cpp | 61 m_src_location_spec.GetLine().value_or(0)); in SearchCallback() 75 m_src_location_spec.GetLine().value_or(0)); in GetDescription()
|
| H A D | Declaration.cpp | 83 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
|
| H A D | IOHandler.cpp | 335 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() function in IOHandlerEditline 338 return m_editline_up->GetLine(line, interrupted); in GetLine() 564 if (GetLine(line, interrupted) && !interrupted) { in GetLines() 599 if (GetLine(line, interrupted)) { in Run()
|
| H A D | SourceManager.cpp | 298 last_file_sp->GetLine(line, src_line); in DisplaySourceLinesWithLineNumbersUsingLastFile() 721 if (!GetLine(line_no, buffer)) in FindLinesMatchingRegex() 790 bool SourceManager::File::GetLine(uint32_t line_no, std::string &buffer) { in GetLine() function in SourceManager::File
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 112 m_location_spec.GetLine().value_or(0)); in SerializeToStructuredData() 150 line = inline_declaration.GetLine(); in FilterContexts() 189 if (m_location_spec.GetLine() == sc.line_entry.line) in FilterContexts() 194 m_location_spec.GetLine() < line - decl_line_is_too_late_fudge) { in FilterContexts() 299 const uint32_t line = m_location_spec.GetLine().value_or(0); in SearchCallback() 343 m_location_spec.GetLine().value_or(0)); in GetDescription()
|
| /freebsd/contrib/llvm-project/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 | 105 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry 187 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 | 98 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 255 src_location_spec.GetLine().value_or(LLDB_INVALID_LINE_NUMBER); in ResolveSymbolContext() 378 call_site_line.line = found_decl.GetLine(); in ResolveSymbolContext() 387 (src_location_spec.GetLine() && in ResolveSymbolContext() 388 *src_location_spec.GetLine() == call_site_line.line) && in ResolveSymbolContext()
|
| H A D | Block.cpp | 344 if (func_decl.GetLine()) { in AddRange() 350 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
|
| H A D | Function.cpp | 286 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 289 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDeclarationExtensions.i | 12 line = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
|
| H A D | SBLineEntryExtensions.i | 12 return self.GetLine() 17 line = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SourceLocationSpec.h | 168 std::optional<uint32_t> GetLine() const;
|
| H A D | Declaration.h | 124 uint32_t GetLine() const { return m_line; } in GetLine() function
|
| H A D | SourceManager.h | 54 bool GetLine(uint32_t line_no, std::string &buffer);
|
| H A D | IOHandler.h | 393 bool GetLine(std::string &line, bool &interrupted);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDeclaration.h | 34 uint32_t GetLine() const;
|
| H A D | SBLineEntry.h | 41 uint32_t GetLine() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 255 bool GetLine(std::string &line, bool &interrupted);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 354 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepRange.cpp | 428 top_most_line_entry.line = call_site.GetLine(); in SetNextBranchBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 747 line = decl.GetLine(); in GetLocationDescription()
|