| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 217 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 D | DWARFDebugInfoEntry.cpp | 108 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 D | DWARFDIE.h | 119 std::optional<int> &decl_line, std::optional<int> &decl_column,
|
| H A D | DWARFDebugInfoEntry.h | 128 std::optional<int> &decl_line, std::optional<int> &decl_column,
|
| H A D | DWARFDIE.cpp | 587 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 D | DWARFASTParserClang.cpp | 2467 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 D | SymbolFileDWARF.cpp | 1348 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 D | sanitizer_symbolizer.h | 109 unsigned decl_line = 0; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 413 local.decl_line = addr.line; in ParseSymbolizeFrameOutput()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1421 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 D | hwasan_report.cpp | 302 &location, local.decl_file, local.decl_line, /* column= */ 0, in PrintStackAllocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 333 HANDLE_DW_AT(0x3b, decl_line, 2, DWARF)
|