Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp54 lhs.GetLine() == rhs.GetLine()); in Equal()
69 llvm::Optional<uint32_t> SourceLocationSpec::GetLine() const { in GetLine() function in SourceLocationSpec
70 uint32_t line = m_declaration.GetLine(); in GetLine()
H A DAddressResolverFileLine.cpp64 m_src_location_spec.GetLine().getValueOr(0)); in SearchCallback()
79 m_src_location_spec.GetLine().getValueOr(0)); in GetDescription()
H A DDeclaration.cpp82 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile(); in operator ==()
H A DIOHandler.cpp345 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() function in IOHandlerEditline
348 bool b = m_editline_up->GetLine(line, interrupted); in GetLine()
540 if (GetLine(line, interrupted) && !interrupted) { in GetLines()
575 if (GetLine(line, interrupted)) { in Run()
H A DSourceManager.cpp225 last_file_sp->GetLine(line, src_line); in DisplaySourceLinesWithLineNumbersUsingLastFile()
618 if (!GetLine(line_no, buffer)) in FindLinesMatchingRegex()
686 bool SourceManager::File::GetLine(uint32_t line_no, std::string &buffer) { in GetLine() function in SourceManager::File
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp102 m_location_spec.GetLine().getValueOr(0)); in SerializeToStructuredData()
160 line = inline_declaration.GetLine(); in FilterContexts()
196 if (m_location_spec.GetLine() == sc.line_entry.line) in FilterContexts()
201 m_location_spec.GetLine() < line - decl_line_is_too_late_fudge) { in FilterContexts()
229 const uint32_t line = m_location_spec.GetLine().getValueOr(0); in SearchCallback()
267 m_location_spec.GetLine().getValueOr(0)); in GetDescription()
H A DBreakpoint.cpp969 resolverFileLine->m_location_spec.GetLine() == line_number) { in GetMatchingFileLine()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDeclaration.cpp78 uint32_t SBDeclaration::GetLine() const { in GetLine() function in SBDeclaration
79 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDeclaration, GetLine); in GetLine()
84 line = m_opaque_up->GetLine(); in GetLine()
168 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
193 LLDB_REGISTER_METHOD_CONST(uint32_t, SBDeclaration, GetLine, ()); in RegisterMethods()
H A DSBLineEntry.cpp95 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry
96 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBLineEntry, GetLine); in GetLine()
181 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
207 LLDB_REGISTER_METHOD_CONST(uint32_t, SBLineEntry, GetLine, ()); in RegisterMethods()
H A DSBBlock.cpp99 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
/freebsd-13.1/contrib/llvm-project/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…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h168 llvm::Optional<uint32_t> GetLine() const;
H A DDeclaration.h120 uint32_t GetLine() const { return m_line; } in GetLine() function
H A DSourceManager.h51 bool GetLine(uint32_t line_no, std::string &buffer);
H A DIOHandler.h404 bool GetLine(std::string &line, bool &interrupted);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h34 uint32_t GetLine() const;
H A DSBLineEntry.h38 uint32_t GetLine() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp338 if (func_decl.GetLine()) { in AddRange()
344 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DFunction.cpp254 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
256 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DCompileUnit.cpp242 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in ResolveSymbolContext()
H A DSymbolContext.cpp476 curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h214 bool GetLine(std::string &line, bool &interrupted);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h353 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in FindLineEntryIndexByFileIndexImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp749 line = decl.GetLine(); in GetLocationDescription()

12