Searched refs:decl_file (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 107 llvm::DWARFAddressRangesVector &ranges, std::optional<int> &decl_file, in GetDIENamesAndRanges() argument 196 if (!decl_file) in GetDIENamesAndRanges() 197 decl_file = form_value.Unsigned(); in GetDIENamesAndRanges() 275 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFDIE.h | 118 llvm::DWARFAddressRangesVector &ranges, std::optional<int> &decl_file,
|
| H A D | DWARFDebugInfoEntry.h | 127 llvm::DWARFAddressRangesVector &rangeList, std::optional<int> &decl_file,
|
| H A D | DWARFDIE.cpp | 586 llvm::DWARFAddressRangesVector &ranges, std::optional<int> &decl_file, in GetDIENamesAndRanges() argument 593 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
|
| H A D | DWARFASTParserClang.cpp | 2466 std::optional<int> decl_file; in ParseFunctionFromDWARF() local 2479 if (die.GetDIENamesAndRanges(name, mangled, unused_func_ranges, decl_file, in ParseFunctionFromDWARF() 2501 if (decl_file || decl_line || decl_column) in ParseFunctionFromDWARF() 2503 die.GetCU()->GetFile(decl_file.value_or(0)), decl_line.value_or(0), in ParseFunctionFromDWARF()
|
| H A D | SymbolFileDWARF.cpp | 1347 std::optional<int> decl_file; in ParseBlocksRecursive() local 1353 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive() 1366 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive() 1369 decl_file.value_or(0)), in ParseBlocksRecursive()
|
| /freebsd/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 | 412 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 229 !(local.decl_file && internal_strlen(local.decl_file))) in PrintStackAllocations() 302 &location, local.decl_file, local.decl_line, /* column= */ 0, in PrintStackAllocations()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 332 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)
|