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.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/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp124 std::optional<int> &decl_line, std::optional<int> &decl_column, in GetDIENamesAndRanges() argument
207 if (!decl_line) in GetDIENamesAndRanges()
208 decl_line = form_value.Unsigned(); in GetDIENamesAndRanges()
284 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDIE.h102 std::optional<int> &decl_file, std::optional<int> &decl_line,
H A DDWARFDIE.cpp504 std::optional<int> &decl_file, std::optional<int> &decl_line, in GetDIENamesAndRanges() argument
510 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h112 std::optional<int> &decl_line,
H A DDWARFASTParserClang.cpp2449 std::optional<int> decl_line; in ParseFunctionFromDWARF() local
2461 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2483 if (decl_file || decl_line || decl_column) in ParseFunctionFromDWARF()
2486 decl_line ? *decl_line : 0, decl_column ? *decl_column : 0); in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1359 std::optional<int> decl_line; in ParseBlocksRecursive() local
1365 decl_line, decl_column, call_file, call_line, in ParseBlocksRecursive()
1406 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive()
1410 decl_line ? *decl_line : 0, decl_column ? *decl_column : 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.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.cpp264 &location, local.decl_file, local.decl_line, /* column= */ 0, in PrintStackAllocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def323 HANDLE_DW_AT(0x3b, decl_line, 2, DWARF)