Home
last modified time | relevance | path

Searched refs:decl_line (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp217 SourceLine decl_line; in GetFunctionDeclLineEntry() local
218 decl_line.file = func_decl_file_sp->GetSpecOnly(); in GetFunctionDeclLineEntry()
219 decl_line.line = func_decl_line; in GetFunctionDeclLineEntry()
222 decl_line.column = 0; in GetFunctionDeclLineEntry()
223 return decl_line; in GetFunctionDeclLineEntry()
360 SourceLine decl_line = GetFunctionDeclLineEntry(sc); in PrintInstructions() local
361 if (!ElideMixedSourceAndDisassemblyLine(exe_ctx, sc, decl_line)) in PrintInstructions()
362 AddLineToSourceLineTables(decl_line, source_lines_seen); in PrintInstructions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp108 std::optional<int> &decl_line, std::optional<int> &decl_column, in GetDIENamesAndRanges() argument
201 if (!decl_line) in GetDIENamesAndRanges()
202 decl_line = form_value.Unsigned(); in GetDIENamesAndRanges()
275 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDIE.h119 std::optional<int> &decl_line, std::optional<int> &decl_column,
H A DDWARFDebugInfoEntry.h128 std::optional<int> &decl_line, std::optional<int> &decl_column,
H A DDWARFDIE.cpp587 std::optional<int> &decl_line, std::optional<int> &decl_column, in GetDIENamesAndRanges() argument
593 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2467 std::optional<int> decl_line; in ParseFunctionFromDWARF() local
2480 decl_line, decl_column, call_file, call_line, in ParseFunctionFromDWARF()
2501 if (decl_file || decl_line || decl_column) in ParseFunctionFromDWARF()
2503 die.GetCU()->GetFile(decl_file.value_or(0)), decl_line.value_or(0), in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1348 std::optional<int> decl_line; in ParseBlocksRecursive() local
1354 decl_line, decl_column, call_file, call_line, in ParseBlocksRecursive()
1366 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive()
1370 decl_line.value_or(0), decl_column.value_or(0)); in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h109 unsigned decl_line = 0; member
H A Dsanitizer_symbolizer_libcdep.cpp413 local.decl_line = addr.line; in ParseSymbolizeFrameOutput()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1421 uint32_t decl_line = inlinee_line.Header->SourceLineNum; in ParseInlineSite() local
1423 std::make_unique<Declaration>(decl_file, decl_line); in ParseInlineSite()
1499 decl_line + *cur_line_offset)); in ParseInlineSite()
1513 func_base + *code_offset_base, decl_line + *cur_line_offset, 0, in ParseInlineSite()
1518 decl_line + *cur_line_offset, 0, in ParseInlineSite()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp302 &location, local.decl_file, local.decl_line, /* column= */ 0, in PrintStackAllocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def333 HANDLE_DW_AT(0x3b, decl_line, 2, DWARF)