Searched refs:debug_names (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 21 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create() argument 24 auto index_up = std::make_unique<DebugNames>(debug_names.GetAsLLVM(), in Create() 30 module, std::move(index_up), debug_names, debug_str, dwarf)); in Create() 34 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits() argument 36 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits()
|
| H A D | DebugNamesDWARFIndex.h | 23 Create(Module &module, DWARFDataExtractor debug_names, 89 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| H A D | SymbolFileDWARF.cpp | 495 DWARFDataExtractor debug_names; in InitializeObject() local 496 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject() 497 if (debug_names.GetByteSize() > 0) { in InitializeObject() 502 debug_names, in InitializeObject()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1167 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|