Searched refs:dwarf_cu (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 738 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit() local 739 if (dwarf_cu && dwarf_cu->GetLLDBCompUnit() == nullptr) in GetDWARFCompileUnit() 740 dwarf_cu->SetLLDBCompUnit(comp_unit); in GetDWARFCompileUnit() 743 return llvm::cast_or_null<DWARFCompileUnit>(dwarf_cu); in GetDWARFCompileUnit() 748 static void MakeAbsoluteAndRemap(FileSpec &file_spec, DWARFUnit &dwarf_cu, in MakeAbsoluteAndRemap() argument 755 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap() 762 static const char *GetDWOName(DWARFCompileUnit &dwarf_cu, in GetDWOName() argument 765 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in GetDWOName() 768 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr); in GetDWOName() 772 lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { in ParseCompileUnit() argument [all …]
|
| H A D | SymbolFileDWARF.h | 221 CompileUnit *GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu); 253 GetDwoSymbolFileForCompileUnit(DWARFUnit &dwarf_cu, 388 lldb::CompUnitSP ParseCompileUnit(DWARFCompileUnit &dwarf_cu); 407 bool ParseSupportFiles(DWARFUnit &dwarf_cu, const lldb::ModuleSP &module,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 616 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(dwarf_unit)) { in ParseCompileUnitAtIndex() local 618 if (dwarf_cu->GetID() == 0) in ParseCompileUnitAtIndex() 623 dwarf_cu->GetID(), eLanguageTypeUnknown, eLazyBoolCalculate)); in ParseCompileUnitAtIndex() 625 {dwarf_cu->GetID(), cu_info.compile_units_sps.size() - 1}); in ParseCompileUnitAtIndex() 1320 DWARFCompileUnit &dwarf_cu) { in GetCompileUnit() argument 1331 auto it = id_to_index_map.find(dwarf_cu.GetID()); in GetCompileUnit()
|
| H A D | SymbolFileDWARFDebugMap.h | 269 DWARFCompileUnit &dwarf_cu);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 90 GetLocation_DW_OP_addr(const Delegate *dwarf_cu) const; 92 bool Update_DW_OP_addr(const Delegate *dwarf_cu, lldb::addr_t file_addr); 97 bool ContainsThreadLocalStorage(const Delegate *dwarf_cu) const; 100 const Delegate *dwarf_cu, 154 const Delegate *dwarf_cu, const lldb::RegisterKind reg_set,
|
| H A D | DWARFExpressionList.h | 28 const DWARFExpression::Delegate *dwarf_cu, in DWARFExpressionList() argument 30 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu), in DWARFExpressionList() 34 const DWARFExpression::Delegate *dwarf_cu) in DWARFExpressionList() argument 35 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu) { in DWARFExpressionList()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 133 const DWARFExpression::Delegate *dwarf_cu) { in GetOpcodeDataSize() argument 363 return (dwarf_cu ? dwarf_cu->GetAddressByteSize() : 4) + offset - in GetOpcodeDataSize() 388 if (dwarf_cu) in GetOpcodeDataSize() 389 return dwarf_cu->GetVendorDWARFOpcodeSize(data, data_offset, op); in GetOpcodeDataSize() 405 const DWARFExpression::Delegate *dwarf_cu) const { in GetLocation_DW_OP_addr() 415 if (dwarf_cu) in GetLocation_DW_OP_addr() 416 return dwarf_cu->ReadAddressFromDebugAddrSection(index); in GetLocation_DW_OP_addr() 422 GetOpcodeDataSize(m_data, offset, op, dwarf_cu); in GetLocation_DW_OP_addr() 434 const DWARFExpression::Delegate *dwarf_cu, lldb::addr_t file_addr) { in Update_DW_OP_addr() argument 483 GetOpcodeDataSize(m_data, offset, op, dwarf_cu); in Update_DW_OP_addr() [all …]
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | Makefile | 12 dwarf_cu.c \
|
| /freebsd/lib/libdwarf/ |
| H A D | Makefile | 16 dwarf_cu.c \
|