Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDeclaration.cpp90 if (lhs.GetLine() == rhs.GetLine()) in operator ==()
93 if (lhs.GetLine() == rhs.GetLine()) in operator ==()
H A DBlock.cpp323 if (func_decl.GetLine()) { in AddRange()
328 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DFunction.cpp212 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
214 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DSymbolContext.cpp495 curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDeclaration.cpp74 uint32_t SBDeclaration::GetLine() const { in GetLine() function in SBDeclaration
79 line = m_opaque_ap->GetLine(); in GetLine()
144 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
H A DSBLineEntry.cpp113 uint32_t SBLineEntry::GetLine() const { in GetLine() function in SBLineEntry
181 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
H A DSBBlock.cpp84 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDeclaration.h33 uint32_t GetLine() const;
H A DSBLineEntry.h37 uint32_t GetLine() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclaration.h175 uint32_t GetLine() const { return m_line; } in GetLine() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp214 m_last_file_sp->GetLine(line, src_line); in DisplaySourceLinesWithLineNumbersUsingLastFile()
601 if (!GetLine(line_no, buffer)) in FindLinesMatchingRegex()
673 bool SourceManager::File::GetLine(uint32_t line_no, std::string &buffer) { in GetLine() function in SourceManager::File
H A DIOHandler.cpp339 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() function in IOHandlerEditline
342 return m_editline_ap->GetLine(line, interrupted); in GetLine()
519 if (GetLine(line, interrupted) && !interrupted) { in GetLines()
554 if (GetLine(line, interrupted)) { in Run()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSymbol.cpp141 line.GetLine())); in Execute()
H A DMICmnLLDBDebugSessionInfo.cpp648 vwnLine = rFrame.GetLineEntry().GetLine(); in GetFrameInfo()
825 if (rLnEntry.GetLine() > 0) in GetBrkPtInfo()
826 nLine = rLnEntry.GetLine(); in GetBrkPtInfo()
H A DMICmdCmdData.cpp416 const MIuint nLine = lineEntry.GetLine(); in Execute()
1666 if (line.GetLine()) in Execute()
1695 if (curLine.GetLine() == numLine) { in Execute()
1724 "line", CMICmnMIValueConst(std::to_string(line.GetLine())))); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h62 bool GetLine(uint32_t line_no, std::string &buffer);
H A DIOHandler.h406 bool GetLine(std::string &line, bool &interrupted);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h199 bool GetLine(std::string &line, bool &interrupted);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp164 line = inline_declaration.GetLine(); in FilterContexts()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp749 line = decl.GetLine(); in GetLocationDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1290 bool Editline::GetLine(std::string &line, bool &interrupted) { in GetLine() function in Editline