Home
last modified time | relevance | path

Searched refs:GetColumn (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDeclaration.cpp81 uint32_t SBDeclaration::GetColumn() const { in GetColumn() function in SBDeclaration
85 return m_opaque_up->GetColumn(); in GetColumn()
156 if (GetColumn() > 0) in GetDescription()
157 strm.Printf(":%u", GetColumn()); in GetDescription()
H A DSBLineEntry.cpp115 uint32_t SBLineEntry::GetColumn() const { in GetColumn() function in SBLineEntry
188 if (GetColumn() > 0) in GetDescription()
189 strm.Printf(":%u", GetColumn()); in GetDescription()
H A DSBBlock.cpp110 return inlined_info->GetCallSite().GetColumn(); in GetInlinedCallSiteColumn()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.cpp79 if (lhs.GetColumn() != rhs.GetColumn()) in operator ==()
H A DSourceLocationSpec.cpp78 std::optional<uint16_t> SourceLocationSpec::GetColumn() const { in GetColumn() function in SourceLocationSpec
79 uint16_t column = m_declaration.GetColumn(); in GetColumn()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp109 m_location_spec.GetColumn().value_or(LLDB_INVALID_COLUMN_NUMBER)); in SerializeToStructuredData()
291 const std::optional<uint16_t> column = m_location_spec.GetColumn(); in SearchCallback()
326 auto column = m_location_spec.GetColumn(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDeclarationExtensions.i13 column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
H A DSBLineEntryExtensions.i18 column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h170 std::optional<uint16_t> GetColumn() const;
H A DDeclaration.h127 uint16_t GetColumn() const { return m_column; } in GetColumn() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h36 uint32_t GetColumn() const;
H A DSBLineEntry.h43 uint32_t GetColumn() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h355 src_location_spec.GetColumn().value_or(LLDB_INVALID_COLUMN_NUMBER); in FindLineEntryIndexByFileIndexImpl()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp320 src_location_spec.GetColumn() ? std::optional<uint16_t>(line_entry.column) in ResolveSymbolContext()
H A DSymbolContext.cpp492 curr_inlined_block_inlined_info->GetCallSite().GetColumn(); in GetParentOfInlinedScope()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24320 result = (uint32_t)((lldb::SBDeclaration const *)arg1)->GetColumn(); in _wrap_SBDeclaration_GetColumn()
36498 result = (uint32_t)((lldb::SBLineEntry const *)arg1)->GetColumn(); in _wrap_SBLineEntry_GetColumn()