reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/LineEntry.h
   94   bool IsValid() const;

References

tools/lldb/source/API/SBLineEntry.cpp
   82   return m_opaque_up.get() && m_opaque_up->IsValid();
tools/lldb/source/API/SBThread.cpp
  894       if (frame_sc.line_entry.IsValid())
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  317       if (pc_line_entry.IsValid()) {
tools/lldb/source/Commands/CommandObjectSource.cpp
  761     bool IsValid() const { return (bool)function && line_entry.IsValid(); }
tools/lldb/source/Core/Address.cpp
  886       if (sc.line_entry.IsValid()) {
tools/lldb/source/Core/Disassembler.cpp
  305   if (!sc.line_entry.IsValid())
  464           if (mixed_source_and_assembly && sc.line_entry.IsValid()) {
  470             if (sc.line_entry.IsValid()) {
  517               if (sc.function && sc.line_entry.IsValid()) {
  555               if (sc != prev_sc && sc.comp_unit && sc.line_entry.IsValid()) {
tools/lldb/source/Core/FormatEntity.cpp
 1795     if (sc && sc->line_entry.IsValid()) {
 1805     if (sc && sc->line_entry.IsValid()) {
 1815     if (sc && sc->line_entry.IsValid() && sc->line_entry.column) {
tools/lldb/source/Core/IOHandler.cpp
 3878         if (m_sc.line_entry.IsValid()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  365     if (sc.comp_unit && sc.line_entry.IsValid()) {
tools/lldb/source/Symbol/LineEntry.cpp
  209     if (!next_line_sc.line_entry.IsValid() ||
tools/lldb/source/Symbol/SymbolContext.cpp
  160       if (line_entry.IsValid()) {
  250   if (line_entry.IsValid()) {
  308   if (line_entry.IsValid())
  396   if ((scope & eSymbolContextLineEntry) && line_entry.IsValid()) {
  714   if (!line_entry.IsValid()) {
 1233       sc.block == nullptr && !sc.line_entry.IsValid()) {
tools/lldb/source/Target/StackFrame.cpp
  366           if (m_sc.line_entry.IsValid())
  393             !m_sc.line_entry.IsValid()) {
 1140   return m_sc.line_entry.IsValid();
 1916       if (m_sc.comp_unit && m_sc.line_entry.IsValid()) {
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  123   if (m_addr_context.line_entry.IsValid()) {
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  112       if (return_address_sc.line_entry.IsValid()) {
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   61   if (m_addr_context.line_entry.IsValid()) {
  213       if (m_addr_context.line_entry.IsValid()) {
  217         if (sc.line_entry.IsValid()) {
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  122     if (m_addr_context.line_entry.IsValid() &&
  123         new_context.line_entry.IsValid()) {
tools/lldb/tools/lldb-test/lldb-test.cpp
  421       if (!le.IsValid())
  475     if (!le.IsValid())