Home
last modified time | relevance | path

Searched refs:decl_file (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp121 DWARFRangeList &ranges, std::optional<int> &decl_file, in GetDIENamesAndRanges() argument
200 if (!decl_file) in GetDIENamesAndRanges()
201 decl_file = form_value.Unsigned(); in GetDIENamesAndRanges()
282 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDIE.h101 std::optional<int> &decl_file, std::optional<int> &decl_line,
H A DDWARFDIE.cpp579 std::optional<int> &decl_file, std::optional<int> &decl_line, in GetDIENamesAndRanges() argument
585 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h111 std::optional<int> &decl_file,
H A DDWARFASTParserClang.cpp2378 std::optional<int> decl_file; in ParseFunctionFromDWARF() local
2391 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2413 if (decl_file || decl_line || decl_column) in ParseFunctionFromDWARF()
2415 die.GetCU()->GetFile(decl_file ? *decl_file : 0), in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1365 std::optional<int> decl_file; in ParseBlocksRecursive() local
1371 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive()
1413 if (decl_file || decl_line || decl_column) in ParseBlocksRecursive()
1416 decl_file ? *decl_file : 0), in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp88 InternalFree(local.decl_file); in Clear()
H A Dsanitizer_symbolizer.h108 char *decl_file = nullptr;
88 char *decl_file = nullptr; global() member
H A Dsanitizer_symbolizer_libcdep.cpp407 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp229 !(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 DSymbolFileNativePDB.cpp1420 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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def327 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)