Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
395 decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDIE.h90 DWARFRangeList &ranges, int &decl_file, int &decl_line,
H A DDWARFDIE.cpp442 int &decl_file, int &decl_line, int &decl_column, int &call_file, in GetDIENamesAndRanges() argument
447 GetCU(), name, mangled, ranges, decl_file, decl_line, decl_column, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h105 DWARFRangeList &rangeList, int &decl_file, int &decl_line,
H A DDWARFASTParserClang.cpp2289 int decl_file = 0; in ParseFunctionFromDWARF() local
2302 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2352 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseFunctionFromDWARF()
2353 decl_up = std::make_unique<Declaration>(die.GetCU()->GetFile(decl_file), in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1254 int decl_file = 0; in ParseBlocksRecursive() local
1260 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive()
1302 if (decl_file != 0 || decl_line != 0 || decl_column != 0) in ParseBlocksRecursive()
1304 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dgmlt_profiling.ll7 ; With debug-info-for-profiling attribute, we need to emit decl_file and
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp86 InternalFree(local.decl_file); in Clear()
H A Dsanitizer_symbolizer.h88 char *decl_file = nullptr; member
H A Dsanitizer_symbolizer_libcdep.cpp395 local.decl_file = addr.file; in ParseSymbolizeFrameOutput()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1318 FileSpec decl_file; in ParseInlineSite() local
1324 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite()
1327 std::make_unique<Declaration>(decl_file, decl_line); in ParseInlineSite()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp216 local.decl_file, local.decl_line); in PrintStackAllocations()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def314 HANDLE_DW_AT(0x3a, decl_file, 2, DWARF)