| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 54 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 D | AddressResolverFileLine.cpp | 64 m_src_location_spec.GetLine().getValueOr(0)); in SearchCallback() 79 m_src_location_spec.GetLine().getValueOr(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 | 345 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 D | SourceManager.cpp | 225 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 D | BreakpointResolverFileLine.cpp | 102 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 D | Breakpoint.cpp | 969 resolverFileLine->m_location_spec.GetLine() == line_number) { in GetMatchingFileLine()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDeclaration.cpp | 78 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 D | SBLineEntry.cpp | 95 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 D | SBBlock.cpp | 99 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
|
| /freebsd-13.1/contrib/llvm-project/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…
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SourceLocationSpec.h | 168 llvm::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 | 51 bool GetLine(uint32_t line_no, std::string &buffer);
|
| H A D | IOHandler.h | 404 bool GetLine(std::string &line, bool &interrupted);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDeclaration.h | 34 uint32_t GetLine() const;
|
| H A D | SBLineEntry.h | 38 uint32_t GetLine() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 338 if (func_decl.GetLine()) { in AddRange() 344 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
|
| H A D | Function.cpp | 254 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 256 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
| H A D | CompileUnit.cpp | 242 const uint32_t line = src_location_spec.GetLine().getValueOr(0); in ResolveSymbolContext()
|
| H A D | SymbolContext.cpp | 476 curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 214 bool GetLine(std::string &line, bool &interrupted);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 353 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 D | InstrumentationRuntimeTSan.cpp | 749 line = decl.GetLine(); in GetLocationDescription()
|