Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp56 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 DAddressResolverFileLine.cpp61 m_src_location_spec.GetLine().value_or(0)); in SearchCallback()
75 m_src_location_spec.GetLine().value_or(0)); in GetDescription()
H A DDeclaration.cpp83 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
H A DIOHandler.cpp335 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 DSourceManager.cpp298 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 DBreakpointResolverFileLine.cpp112 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 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.cpp105 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry
187 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.cpp98 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp255 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 DBlock.cpp344 if (func_decl.GetLine()) { in AddRange()
350 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DFunction.cpp286 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 DSBDeclarationExtensions.i12 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 DSBLineEntryExtensions.i12 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 DSourceLocationSpec.h168 std::optional<uint32_t> GetLine() const;
H A DDeclaration.h124 uint32_t GetLine() const { return m_line; } in GetLine() function
H A DSourceManager.h54 bool GetLine(uint32_t line_no, std::string &buffer);
H A DIOHandler.h393 bool GetLine(std::string &line, bool &interrupted);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h34 uint32_t GetLine() const;
H A DSBLineEntry.h41 uint32_t GetLine() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h255 bool GetLine(std::string &line, bool &interrupted);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h354 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp428 top_most_line_entry.line = call_site.GetLine(); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp747 line = decl.GetLine(); in GetLocationDescription()

12