Searched refs:debug_names (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 28 DebugNamesDWARFIndex::Create(Module &module, DWARFDataExtractor debug_names, in Create() argument 36 llvm::make_unique<DebugNames>(ToLLVM(debug_names), ToLLVM(debug_str)); in Create() 41 module, std::move(index_up), debug_names, debug_str, *debug_info)); in Create() 45 DebugNamesDWARFIndex::GetUnits(const DebugNames &debug_names) { in GetUnits() argument 47 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits()
|
| H A D | DebugNamesDWARFIndex.h | 23 Create(Module &module, DWARFDataExtractor debug_names, 78 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| H A D | SymbolFileDWARF.cpp | 476 DWARFDataExtractor debug_names; in InitializeObject() local 477 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject() 478 if (debug_names.GetByteSize() > 0) { in InitializeObject() 481 debug_names, get_debug_str_data(), in InitializeObject()
|
| /freebsd-12.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-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 885 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names")
|