Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp122 std::optional<int> &decl_line, std::optional<int> &decl_column, in GetDIENamesAndRanges() argument
205 if (!decl_line) in GetDIENamesAndRanges()
206 decl_line = form_value.Unsigned(); in GetDIENamesAndRanges()
282 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDIE.h101 std::optional<int> &decl_file, std::optional<int> &decl_line,
H A DDWARFDIE.cpp579 std::optional<int> &decl_file, std::optional<int> &decl_line, in GetDIENamesAndRanges() argument
585 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h112 std::optional<int> &decl_line,
H A DDWARFASTParserClang.cpp2379 std::optional<int> decl_line; in ParseFunctionFromDWARF() local
2391 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2413 if (decl_file || decl_line || decl_column) in ParseFunctionFromDWARF()
2416 decl_line ? *decl_line : 0, decl_column ? *decl_column : 0); in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1366 std::optional<int> decl_line; in ParseBlocksRecursive() local
1372 decl_line, decl_column, call_file, call_line, in ParseBlocksRecursive()
1413 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive()
1417 decl_line ? *decl_line : 0, decl_column ? *decl_column : 0); in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp208 SourceLine decl_line; in GetFunctionDeclLineEntry() local
209 decl_line.file = func_decl_file; in GetFunctionDeclLineEntry()
210 decl_line.line = func_decl_line; in GetFunctionDeclLineEntry()
213 decl_line.column = 0; in GetFunctionDeclLineEntry()
214 return decl_line; in GetFunctionDeclLineEntry()
351 SourceLine decl_line = GetFunctionDeclLineEntry(sc); in PrintInstructions() local
352 if (!ElideMixedSourceAndDisassemblyLine(exe_ctx, sc, decl_line)) in PrintInstructions()
353 AddLineToSourceLineTables(decl_line, source_lines_seen); in PrintInstructions()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h109 unsigned decl_line = 0;
89 unsigned decl_line = 0; global() member
H A Dsanitizer_symbolizer_libcdep.cpp408 local.decl_line = addr.line; in ParseSymbolizeFrameOutput()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1427 uint32_t decl_line = inlinee_line.Header->SourceLineNum; in ParseInlineSite() local
1429 std::make_unique<Declaration>(decl_file, decl_line); in ParseInlineSite()
1505 decl_line + *cur_line_offset)); in ParseInlineSite()
1519 func_base + *code_offset_base, decl_line + *cur_line_offset, 0, in ParseInlineSite()
1524 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.def328 HANDLE_DW_AT(0x3b, decl_line, 2, DWARF)