Home
last modified time | relevance | path

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 DDWARFDebugInfoEntry.cpp232 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 DDWARFDIE.cpp441 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 DDWARFDIE.h89 DWARFRangeList &ranges, int &decl_file,
H A DDWARFDebugInfoEntry.h105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
H A DDWARFASTParserClang.cpp2207 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 DSymbolFileDWARF.cpp1158 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 Dsanitizer_symbolizer.cpp74 InternalFree(local.decl_file); in Clear()
H A Dsanitizer_symbolizer.h84 char *decl_file = nullptr; member
H A Dsanitizer_symbolizer_libcdep.cpp388 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp216 local.decl_file, local.decl_line); in PrintStackAllocations()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def311 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)