Searched refs:debug_names (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 24 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create() argument 27 auto index_up = std::make_unique<DebugNames>(debug_names.GetAsLLVMDWARF(), in Create() 33 module, std::move(index_up), debug_names, debug_str, dwarf)); in Create() 37 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits() argument 39 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits()
|
| H A D | DebugNamesDWARFIndex.h | 25 Create(Module &module, DWARFDataExtractor debug_names, 90 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| H A D | SymbolFileDWARF.cpp | 530 DWARFDataExtractor debug_names; in InitializeObject() local 531 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject() 532 if (debug_names.GetByteSize() > 0) { in InitializeObject() 536 debug_names, in InitializeObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.txt | 187 // Add support for DWARF v5 .debug_names section. 194 names (.debug_pubnames, .debug_names) and CodeView public symbol stream
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 12 " =DWARF - .debug_names are generated for all DWARF versions\n"
|
| /freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 3657 static const char *const debug_names[] = { in vchiq_dump_shared_state() local 3696 debug_names[i], shared->debug[i], shared->debug[i]); in vchiq_dump_shared_state()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1215 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|