Searched refs:dwarf_cu (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARF.cpp | 653 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit() local 654 if (dwarf_cu && dwarf_cu->GetUserData() == nullptr) in GetDWARFCompileUnit() 655 dwarf_cu->SetUserData(comp_unit); in GetDWARFCompileUnit() 658 return llvm::cast_or_null<DWARFCompileUnit>(dwarf_cu); in GetDWARFCompileUnit() 677 static void MakeAbsoluteAndRemap(FileSpec &file_spec, DWARFUnit &dwarf_cu, in MakeAbsoluteAndRemap() argument 684 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap() 690 lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { in ParseCompileUnit() argument 692 CompileUnit *comp_unit = (CompileUnit *)dwarf_cu.GetUserData(); in ParseCompileUnit() 697 if (dwarf_cu.GetOffset() == 0 && GetDebugMapSymfile()) { in ParseCompileUnit() 700 dwarf_cu.SetUserData(cu_sp.get()); in ParseCompileUnit() [all …]
|
| D | SymbolFileDWARF.h | 240 GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu); 276 GetDwoSymbolFileForCompileUnit(DWARFUnit &dwarf_cu, 348 lldb::CompUnitSP ParseCompileUnit(DWARFCompileUnit &dwarf_cu);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 45 ReadAddressFromDebugAddrSection(const DWARFUnit *dwarf_cu, in ReadAddressFromDebugAddrSection() argument 47 uint32_t index_size = dwarf_cu->GetAddressByteSize(); in ReadAddressFromDebugAddrSection() 48 dw_offset_t addr_base = dwarf_cu->GetAddrBase(); in ReadAddressFromDebugAddrSection() 51 dwarf_cu->GetSymbolFileDWARF().GetDWARFContext().getOrLoadAddrData(); in ReadAddressFromDebugAddrSection() 62 const DWARFUnit *dwarf_cu) in DWARFExpression() argument 63 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu), in DWARFExpression() 917 void UpdateValueTypeFromLocationDescription(Log *log, const DWARFUnit *dwarf_cu, in UpdateValueTypeFromLocationDescription() argument 926 if (dwarf_cu && dwarf_cu->GetVersion() >= 4) { in UpdateValueTypeFromLocationDescription() 954 const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, in Evaluate() argument 2152 log, dwarf_cu, LocationDescriptionKind::Empty); in Evaluate() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| D | DWARFExpression.h | 45 const DWARFUnit *dwarf_cu); 205 const DWARFUnit *dwarf_cu,
|
| /freebsd-12-stable/contrib/elftoolchain/libdwarf/ |
| D | Makefile | 12 dwarf_cu.c \
|
| /freebsd-12-stable/lib/libdwarf/ |
| D | Makefile | 17 dwarf_cu.c \
|