Searched refs:debug_info (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp38 UUID::UUID(UUID::CvRecordPdb70 debug_info) { argument
39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1);
40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2);
41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3);
42 llvm::sys::swapByteOrder(debug_info.Age);
43 if (debug_info.Age)
44 *this = UUID(&debug_info, sizeof(debug_info));
46 *this = UUID(&debug_info.Uuid, sizeof(debug_info
[all...]
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c38 dwarf_get_section_max_offsets_b(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, argument
53 SET(debug_info, 0);
69 if (!strcmp(n, ".debug_info"))
70 SET(debug_info, sz);
99 dwarf_get_section_max_offsets(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, argument
107 return (dwarf_get_section_max_offsets_b(dbg, debug_info, debug_abbrev,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp61 DWARFDebugInfo &debug_info = DebugInfo(); local
65 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1)
66 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0));
71 for (size_t i = 0; i < debug_info.GetNumUnits(); ++i) {
73 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) {
H A DDWARFUnit.h96 const DWARFDataExtractor &debug_info, DIERef::Section section,
126 /// this DWARFUnit. It could be .debug_info or .debug_types
H A DDWARFUnit.cpp985 const DWARFDataExtractor &debug_info,
987 assert(debug_info.ValidOffset(*offset_ptr));
991 DWARFUnitHeader::extract(debug_info, section, context, offset_ptr);
984 extract(SymbolFileDWARF &dwarf, user_id_t uid, const DWARFDataExtractor &debug_info, DIERef::Section section, lldb::offset_t *offset_ptr) argument
H A DSymbolFileDWARF.cpp1970 DWARFDebugInfo &debug_info = DebugInfo();
1976 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx));
2159 DWARFDebugInfo &debug_info = DebugInfo();
2160 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges();
2185 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset,
2947 DWARFDebugInfo &debug_info = DebugInfo();
2950 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp31 UUID::CvRecordPdb70 debug_info; local
32 memcpy(&debug_info.Uuid, IS.getGuid().Guid, sizeof(debug_info.Uuid));
33 debug_info.Age = DS.getAge();
34 return UUID(debug_info);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h51 UUID(CvRecordPdb70 debug_info);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp251 const DWARFDataExtractor &debug_info,
258 debug_info.getInitialLength(offset_ptr, &Err);
259 FormParams.Version = debug_info.getU16(offset_ptr, &Err);
261 UnitType = debug_info.getU8(offset_ptr, &Err);
262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err);
263 AbbrOffset = debug_info.getRelocatedValue(
266 AbbrOffset = debug_info.getRelocatedValue(
268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err);
277 TypeHash = debug_info.getU64(offset_ptr, &Err);
278 TypeOffset = debug_info
250 extract(DWARFContext &Context, const DWARFDataExtractor &debug_info, uint64_t *offset_ptr, DWARFSectionKind SectionKind) argument
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c101 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; local
103 if (le32_to_cpu(tlv->length) != sizeof(*debug_info))
107 debug_info->debug_cfg_name);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h80 /// Parse a unit header from \p debug_info starting at \p offset_ptr.
84 Error extract(DWARFContext &Context, const DWARFDataExtractor &debug_info,
127 /// .debug_info and .debug_types, or from .debug_info.dwo and .debug_types.dwo.
146 /// Read units from a .debug_info or .debug_types section. Calls made
147 /// before finishedInfoUnits() are assumed to be for .debug_info sections,
152 /// Read units from a .debug_info.dwo or .debug_types.dwo section. Calls
153 /// made before finishedInfoUnits() are assumed to be for .debug_info.dwo
166 /// Returns number of units from all .debug_info[.dwo] sections.
172 /// Indicate that parsing .debug_info[
[all...]
/freebsd-current/sys/dev/liquidio/
H A Dlio_sysctl.c739 char debug_info[30] = "Debugging is disabled"; local
741 return (sysctl_handle_string(oidp, debug_info,
742 strlen(debug_info), req));
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c2324 struct iwl_fw_ini_debug_info_tlv *debug_info = local
2327 cfg_name->image_type = debug_info->image_type;
2330 memcpy(cfg_name->cfg_name, debug_info->debug_cfg_name,
/freebsd-current/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2899 SYSCTL_NODE(_hw_ntb, OID_AUTO, debug_info, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
2935 tree = SYSCTL_ADD_NODE(ctx, globals, OID_AUTO, "debug_info",

Completed in 476 milliseconds