Searched refs:decl_file (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 123 DWARFRangeList &ranges, std::optional<int> &decl_file, in GetDIENamesAndRanges() argument 202 if (!decl_file) in GetDIENamesAndRanges() 203 decl_file = form_value.Unsigned(); in GetDIENamesAndRanges() 284 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 102 std::optional<int> &decl_file, std::optional<int> &decl_line,
|
| H A D | DWARFDIE.cpp | 504 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 D | DWARFDebugInfoEntry.h | 111 std::optional<int> &decl_file,
|
| H A D | DWARFASTParserClang.cpp | 2448 std::optional<int> decl_file; 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() 2485 die.GetCU()->GetFile(decl_file ? *decl_file : 0), in ParseFunctionFromDWARF()
|
| H A D | SymbolFileDWARF.cpp | 1358 std::optional<int> decl_file; in ParseBlocksRecursive() local 1364 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive() 1406 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive() 1409 decl_file ? *decl_file : 0), in ParseBlocksRecursive()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 88 InternalFree(local.decl_file); in Clear()
|
| H A D | sanitizer_symbolizer.h | 108 char *decl_file = nullptr; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 407 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 226 !(local.decl_file && internal_strlen(local.decl_file))) in PrintStackAllocations() 264 &location, local.decl_file, local.decl_line, /* column= */ 0, in PrintStackAllocations()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1420 FileSpec decl_file; in ParseInlineSite() local 1426 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite() 1429 std::make_unique<Declaration>(decl_file, decl_line); in ParseInlineSite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 322 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)
|