Searched refs:decl_file (Results 1 – 12 of 12) sorted by relevance
| /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 318 if (decl_file == 0) in GetDIENamesAndRanges() 319 decl_file = 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 | 2391 int decl_file = 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() 2427 decl_up = std::make_unique<Declaration>(die.GetCU()->GetFile(decl_file), in ParseFunctionFromDWARF()
|
| H A D | SymbolFileDWARF.cpp | 1282 int decl_file = 0; in ParseBlocksRecursive() local 1288 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive() 1330 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseBlocksRecursive() 1332 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 86 InternalFree(local.decl_file); in Clear()
|
| H A D | sanitizer_symbolizer.h | 88 char *decl_file = nullptr; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 397 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
|
| /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/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1414 FileSpec decl_file; in ParseInlineSite() local 1420 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite() 1423 std::make_unique<Declaration>(decl_file, decl_line); in ParseInlineSite()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 317 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)
|