Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp188 constexpr int line_offset = 8; in test_mem_init_template() local
189 static_assert(InMemInitTemplate<int>{}.check(__LINE__ - line_offset), ""); in test_mem_init_template()
190 static_assert(InMemInitTemplate<unsigned>{42}.check(__LINE__ - line_offset), ""); in test_mem_init_template()
191 static_assert(InMemInitTemplate<unsigned>{42, 42}.check(__LINE__ - line_offset), ""); in test_mem_init_template()
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp502 size_t line_offset = GetLineOffset(line); in PeekLineData() local
503 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData()
504 return (const char *)m_data_sp->GetBytes() + line_offset; in PeekLineData()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1331 int32_t line_offset = 0; in ParseInlineSite() local
1350 line_offset += line_delta; in ParseInlineSite()
1352 cur_line_offset = line_offset; in ParseInlineSite()
1354 next_line_offset = line_offset; in ParseInlineSite()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp142 llvm::DWARFDebugLine &line, dw_offset_t line_offset, in ParseLLVMLineTable() argument
150 data, line_offset, ctx, nullptr, [&](llvm::Error e) { in ParseLLVMLineTable()
166 dw_offset_t line_offset, in ParseLLVMLineTablePrologue() argument
172 uint64_t offset = line_offset; in ParseLLVMLineTablePrologue()