Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp488 size_t line_offset = GetLineOffset(line); in PeekLineData() local
489 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData()
490 return (const char *)m_data_sp->GetBytes() + line_offset; in PeekLineData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp159 llvm::DWARFDebugLine &line, dw_offset_t line_offset, in ParseLLVMLineTable() argument
167 data, line_offset, ctx, nullptr, [&](llvm::Error e) { in ParseLLVMLineTable()
183 dw_offset_t line_offset, in ParseLLVMLineTablePrologue() argument
189 uint64_t offset = line_offset; in ParseLLVMLineTablePrologue()