Home
last modified time | relevance | path

Searched refs:GetLine (Results 1 – 25 of 29) 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.cpp82 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
H A DIOHandler.cpp351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine()
354 return m_editline_up->GetLine(line, interrupted); in GetLine()
561 if (GetLine(line, interrupted) && !interrupted) { in Run()
596 if (GetLine(line, interrupted)) { in Interrupt()
349 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { GetLine() function in IOHandlerEditline
H A DSourceManager.cpp290 last_file_sp->GetLine(line, src_line); in DisplaySourceLinesWithLineNumbersUsingLastFile()
691 if (!GetLine(line_no, buffer)) in FindLinesMatchingRegex()
759 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.cpp106 m_location_spec.GetLine().value_or(0)); in SerializeToStructuredData()
144 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()
290 const uint32_t line = m_location_spec.GetLine().value_or(0); in SearchCallback()
325 m_location_spec.GetLine().value_or(0)); in GetDescription()
H A DBreakpoint.cpp959 resolverFileLine->m_location_spec.GetLine() == line_number) { in GetMatchingFileLine()
/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/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.h120 uint32_t GetLine() const { return m_line; } in GetLine() function
H A DSourceManager.h53 bool GetLine(uint32_t line_no, std::string &buffer);
H A DIOHandler.h396 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/source/Symbol/
H A DBlock.cpp365 if (func_decl.GetLine()) { in AddRange()
371 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DFunction.cpp281 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
283 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DCompileUnit.cpp252 const uint32_t line = src_location_spec.GetLine().value_or(0); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h234 bool GetLine(std::string &line, bool &interrupted);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h353 const uint32_t line = src_location_spec.GetLine().value_or(0); in FindLineEntryIndexByFileIndexImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp750 line = decl.GetLine(); in GetLocationDescription()

12