Searched refs:dwarf_cu (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h60 /// \param[in] dwarf_cu
71 lldb::addr_t GetLocation_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
74 bool Update_DW_OP_addr(const plugin::dwarf::DWARFUnit *dwarf_cu,
81 ContainsThreadLocalStorage(const plugin::dwarf::DWARFUnit *dwarf_cu) const;
84 const plugin::dwarf::DWARFUnit *dwarf_cu,
137 const plugin::dwarf::DWARFUnit *dwarf_cu,
143 static bool ParseDWARFLocationList(const plugin::dwarf::DWARFUnit *dwarf_cu,
H A DDWARFExpressionList.h32 const plugin::dwarf::DWARFUnit *dwarf_cu,
34 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu),
38 const plugin::dwarf::DWARFUnit *dwarf_cu)
39 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu) {
31 DWARFExpressionList(lldb::ModuleSP module_sp, const plugin::dwarf::DWARFUnit *dwarf_cu, lldb::addr_t func_file_addr) argument
37 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, const plugin::dwarf::DWARFUnit *dwarf_cu) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp724 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID());
725 if (dwarf_cu && dwarf_cu->GetUserData() == nullptr)
726 dwarf_cu->SetUserData(comp_unit);
729 return llvm::cast_or_null<DWARFCompileUnit>(dwarf_cu);
748 static void MakeAbsoluteAndRemap(FileSpec &file_spec, DWARFUnit &dwarf_cu,
755 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory());
762 static const char *GetDWOName(DWARFCompileUnit &dwarf_cu,
765 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr);
768 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_nam
[all...]
H A DSymbolFileDWARF.h222 CompileUnit *GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu);
247 GetDwoSymbolFileForCompileUnit(DWARFUnit &dwarf_cu,
378 lldb::CompUnitSP ParseCompileUnit(DWARFCompileUnit &dwarf_cu);
398 bool ParseSupportFiles(DWARFUnit &dwarf_cu, const lldb::ModuleSP &module,
H A DSymbolFileDWARFDebugMap.cpp613 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(dwarf_unit)) {
615 if (dwarf_cu->GetID() == 0)
620 dwarf_cu->GetID(), eLanguageTypeUnknown, eLazyBoolCalculate));
622 {dwarf_cu->GetID(), cu_info.compile_units_sps.size() - 1});
1304 SymbolFileDWARFDebugMap::GetCompileUnit(SymbolFileDWARF *oso_dwarf, DWARFCompileUnit &dwarf_cu) { argument
1315 auto it = id_to_index_map.find(dwarf_cu.GetID());
H A DSymbolFileDWARFDebugMap.h274 DWARFCompileUnit &dwarf_cu);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp148 const uint8_t op, const DWARFUnit *dwarf_cu) {
350 if (!dwarf_cu) {
353 return dwarf_cu->GetSymbolFileDWARF().GetVendorDWARFOpcodeSize(
358 lldb::addr_t DWARFExpression::GetLocation_DW_OP_addr(const DWARFUnit *dwarf_cu, argument
369 if (dwarf_cu)
370 return dwarf_cu->ReadAddressFromDebugAddrSection(index);
375 GetOpcodeDataSize(m_data, offset, op, dwarf_cu);
385 bool DWARFExpression::Update_DW_OP_addr(const DWARFUnit *dwarf_cu, argument
435 GetOpcodeDataSize(m_data, offset, op, dwarf_cu);
444 const DWARFUnit *dwarf_cu) cons
146 GetOpcodeDataSize(const DataExtractor &data, const lldb::offset_t data_offset, const uint8_t op, const DWARFUnit *dwarf_cu) argument
459 LinkThreadLocalStorage( const DWARFUnit *dwarf_cu, std::function<lldb::addr_t(lldb::addr_t file_addr)> const &link_address_callback) argument
766 UpdateValueTypeFromLocationDescription(Log *log, const DWARFUnit *dwarf_cu, LocationDescriptionKind kind, Value *value = nullptr) argument
866 Evaluate( ExecutionContext *exe_ctx, RegisterContext *reg_ctx, lldb::ModuleSP module_sp, const DataExtractor &opcodes, const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, const Value *initial_value_ptr, const Value *object_address_ptr, Value &result, Status *error_ptr) argument
[all...]
/freebsd-current/contrib/elftoolchain/libdwarf/
H A DMakefile12 dwarf_cu.c \
/freebsd-current/lib/libdwarf/
H A DMakefile16 dwarf_cu.c \

Completed in 194 milliseconds