| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 212 SourceLine decl_line; in GetFunctionDeclLineEntry() local 213 decl_line.file = func_decl_file; in GetFunctionDeclLineEntry() 214 decl_line.line = func_decl_line; in GetFunctionDeclLineEntry() 217 decl_line.column = 0; in GetFunctionDeclLineEntry() 218 return decl_line; in GetFunctionDeclLineEntry() 355 SourceLine decl_line = GetFunctionDeclLineEntry(sc); in PrintInstructions() local 356 if (!ElideMixedSourceAndDisassemblyLine(exe_ctx, sc, decl_line)) in PrintInstructions() 357 AddLineToSourceLineTables(decl_line, source_lines_seen); in PrintInstructions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 237 DWARFRangeList &ranges, int &decl_file, int &decl_line, int &decl_column, in GetDIENamesAndRanges() argument 323 if (decl_line == 0) in GetDIENamesAndRanges() 324 decl_line = form_value.Unsigned(); in GetDIENamesAndRanges() 400 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 88 DWARFRangeList &ranges, int &decl_file, int &decl_line,
|
| H A D | DWARFDIE.cpp | 442 int &decl_file, int &decl_line, int &decl_column, int &call_file, in GetDIENamesAndRanges() argument 447 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDebugInfoEntry.h | 105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
|
| H A D | DWARFASTParserClang.cpp | 2392 int decl_line = 0; in ParseFunctionFromDWARF() local 2404 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF() 2426 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseFunctionFromDWARF() 2428 decl_line, decl_column); in ParseFunctionFromDWARF()
|
| H A D | SymbolFileDWARF.cpp | 1283 int decl_line = 0; in ParseBlocksRecursive() local 1289 decl_line, decl_column, call_file, call_line, in ParseBlocksRecursive() 1330 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseBlocksRecursive() 1333 decl_line, decl_column); in ParseBlocksRecursive()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.h | 89 unsigned decl_line = 0; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 398 local.decl_line = addr.line; in ParseSymbolizeFrameOutput()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 225 local.decl_file, local.decl_line); in PrintStackAllocations()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 318 HANDLE_DW_AT(0x3b, decl_line, 2, DWARF)
|