Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp38 UUID::UUID(UUID::CvRecordPdb70 debug_info) { in UUID() argument
39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID()
40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID()
41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID()
42 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
43 if (debug_info.Age) in UUID()
44 *this = UUID(&debug_info, sizeof(debug_info)); in UUID()
46 *this = UUID(&debug_info.Uuid, sizeof(debug_info.Uuid)); in UUID()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit() local
65 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit()
66 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
71 for (size_t i = 0; i < debug_info.GetNumUnits(); ++i) { in FindSingleCompileUnit()
73 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
H A DDWARFUnit.cpp985 const DWARFDataExtractor &debug_info, in extract() argument
987 assert(debug_info.ValidOffset(*offset_ptr)); in extract()
991 DWARFUnitHeader::extract(debug_info, section, context, offset_ptr); in extract()
H A DDWARFUnit.h96 const DWARFDataExtractor &debug_info, DIERef::Section section,
H A DSymbolFileDWARF.cpp1970 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded() local
1976 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2159 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext() local
2160 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()
2185 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset, in ResolveSymbolContext()
2947 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type() local
2950 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c38 dwarf_get_section_max_offsets_b(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets_b() argument
53 SET(debug_info, 0); in dwarf_get_section_max_offsets_b()
70 SET(debug_info, sz); in dwarf_get_section_max_offsets_b()
99 dwarf_get_section_max_offsets(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, in dwarf_get_section_max_offsets() argument
107 return (dwarf_get_section_max_offsets_b(dbg, debug_info, debug_abbrev, in dwarf_get_section_max_offsets()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp31 UUID::CvRecordPdb70 debug_info; in LLDB_PLUGIN_DEFINE() local
32 memcpy(&debug_info.Uuid, IS.getGuid().Guid, sizeof(debug_info.Uuid)); in LLDB_PLUGIN_DEFINE()
33 debug_info.Age = DS.getAge(); in LLDB_PLUGIN_DEFINE()
34 return UUID(debug_info); in LLDB_PLUGIN_DEFINE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp258 debug_info.getInitialLength(offset_ptr, &Err); in extract()
259 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
261 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
263 AbbrOffset = debug_info.getRelocatedValue( in extract()
266 AbbrOffset = debug_info.getRelocatedValue( in extract()
268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
277 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
278 TypeOffset = debug_info.getUnsigned( in extract()
281 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
[all …]
/freebsd-14.2/stand/uboot/arch/arm/
H A Darm.ldscript120 .debug_info 0 : { *(.debug_info) }
/freebsd-14.2/stand/kboot/kboot/arch/powerpc64/
H A Dpowerpc64.ldscript124 .debug_info 0 : { *(.debug_info) }
/freebsd-14.2/stand/powerpc/ofw/
H A Dppc-common.ldscript125 .debug_info 0 : { *(.debug_info) }
/freebsd-14.2/stand/uboot/arch/powerpc/
H A Dpowerpc.ldscript123 .debug_info 0 : { *(.debug_info) }
/freebsd-14.2/sys/conf/
H A Dldscript.powerpc152 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpcspe153 .debug_info 0 : { *(.debug_info) }
H A Dldscript.riscv149 .debug_info 0 : { *(.debug_info) }
H A Dldscript.arm158 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpc64le178 .debug_info 0 : { *(.debug_info) }
H A Dldscript.arm64174 .debug_info 0 : { *(.debug_info) }
H A Dldscript.powerpc64178 .debug_info 0 : { *(.debug_info) }
H A Dldscript.i386186 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
H A Dldscript.amd64201 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h51 UUID(CvRecordPdb70 debug_info);
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c101 const struct iwl_fw_ini_debug_info_tlv *debug_info = (const void *)tlv->data; in iwl_dbg_tlv_alloc_debug_info() local
103 if (le32_to_cpu(tlv->length) != sizeof(*debug_info)) in iwl_dbg_tlv_alloc_debug_info()
107 debug_info->debug_cfg_name); in iwl_dbg_tlv_alloc_debug_info()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h84 Error extract(DWARFContext &Context, const DWARFDataExtractor &debug_info,
/freebsd-14.2/sys/dev/liquidio/
H A Dlio_sysctl.c739 char debug_info[30] = "Debugging is disabled"; in lio_get_regs() local
741 return (sysctl_handle_string(oidp, debug_info, in lio_get_regs()
742 strlen(debug_info), req)); in lio_get_regs()

12