Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 3 of 3) sorted by path

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp559 size_t line_offset = GetLineOffset(line); in PeekLineData() local
560 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData()
561 return (const char *)m_data_sp->GetBytes() + line_offset; in PeekLineData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp148 dw_offset_t line_offset, dw_offset_t unit_offset) { in ParseLLVMLineTable() argument
155 data, line_offset, ctx, nullptr, [&](llvm::Error e) { in ParseLLVMLineTable()
171 dw_offset_t line_offset, in ParseLLVMLineTablePrologue() argument
177 uint64_t offset = line_offset; in ParseLLVMLineTablePrologue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1433 int32_t line_offset = 0; in ParseInlineSite() local
1452 line_offset += line_delta; in ParseInlineSite()
1454 cur_line_offset = line_offset; in ParseInlineSite()
1456 next_line_offset = line_offset; in ParseInlineSite()