Searched refs:decl_file (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 232 DWARFRangeList &ranges, int &decl_file, int &decl_line, int &decl_column, in GetDIENamesAndRanges() argument 313 if (decl_file == 0) in GetDIENamesAndRanges() 314 decl_file = form_value.Unsigned(); in GetDIENamesAndRanges() 394 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.cpp | 441 int &decl_file, int &decl_line, int &decl_column, int &call_file, in GetDIENamesAndRanges() argument 446 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 89 DWARFRangeList &ranges, int &decl_file,
|
| H A D | DWARFDebugInfoEntry.h | 105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
|
| H A D | DWARFASTParserClang.cpp | 2207 int decl_file = 0; in ParseFunctionFromDWARF() local 2220 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF() 2286 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseFunctionFromDWARF() 2287 decl_up = std::make_unique<Declaration>(die.GetCU()->GetFile(decl_file), in ParseFunctionFromDWARF()
|
| H A D | SymbolFileDWARF.cpp | 1158 int decl_file = 0; in ParseBlocksRecursive() local 1164 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive() 1206 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseBlocksRecursive() 1208 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 74 InternalFree(local.decl_file); in Clear()
|
| H A D | sanitizer_symbolizer.h | 84 char *decl_file = nullptr; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 388 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 216 local.decl_file, local.decl_line); in PrintStackAllocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 311 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)
|