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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwoDwp.cpp26 DWARFCompileUnit &dwarf_cu,
28 : SymbolFileDWARFDwo(objfile, dwarf_cu), m_dwp_symfile(dwp_symfile),
24 SymbolFileDWARFDwoDwp(SymbolFileDWARFDwp *dwp_symfile, ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu, uint64_t dwo_id) argument
H A DSymbolFileDWARFDwo.cpp27 DWARFCompileUnit &dwarf_cu)
30 m_base_dwarf_cu(dwarf_cu) {
31 SetID(((lldb::user_id_t)dwarf_cu.GetID()) << 32);
53 SymbolFileDWARFDwo::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { argument
54 assert(GetCompileUnit() == &dwarf_cu &&
26 SymbolFileDWARFDwo(ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu) argument
H A DSymbolFileDWARFDwoDwp.h28 lldb::ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu,
H A DSymbolFileDWARFDwo.h27 SymbolFileDWARFDwo(lldb::ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu);
31 lldb::CompUnitSP ParseCompileUnit(DWARFCompileUnit &dwarf_cu) override;
H A DSymbolFileDWARF.cpp358 DWARFUnit *dwarf_cu = nullptr; local
363 dwarf_cu = GetDWARFCompileUnit(comp_unit);
364 if (!dwarf_cu)
366 GetTypes(dwarf_cu->DIE(), dwarf_cu->GetOffset(),
367 dwarf_cu->GetNextUnitOffset(), type_mask, type_set);
373 dwarf_cu = info->GetUnitAtIndex(cu_idx);
374 if (dwarf_cu) {
375 GetTypes(dwarf_cu->DIE(), 0, UINT32_MAX, type_mask, type_set);
648 DWARFUnit *dwarf_cu local
671 ParseCompileUnit(DWARFCompileUnit &dwarf_cu) argument
805 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); local
816 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); local
917 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); local
928 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1059 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); local
1475 GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) argument
1539 GetDWOName(DWARFCompileUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die) argument
1551 GetDWOId(DWARFCompileUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die) argument
1639 auto *dwarf_cu = local
2128 auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU()); local
2212 DWARFCompileUnit *dwarf_cu = local
2741 DWARFUnit *dwarf_cu = debug_info->GetUnitAtIndex(cu_idx); local
3121 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(comp_unit); local
3139 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); local
3173 DWARFUnit *dwarf_cu = info->GetUnitAtIndex(sc.comp_unit->GetID()); local
[all...]
H A DSymbolFileDWARFDwp.h27 GetSymbolFileForDwoId(DWARFCompileUnit &dwarf_cu, uint64_t dwo_id);
H A DSymbolFileDWARFDwp.cpp84 SymbolFileDWARFDwp::GetSymbolFileForDwoId(DWARFCompileUnit &dwarf_cu, argument
87 new SymbolFileDWARFDwoDwp(this, m_obj_file, dwarf_cu, dwo_id));
H A DSymbolFileDWARF.h244 GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu);
255 virtual lldb::CompUnitSP ParseCompileUnit(DWARFCompileUnit &dwarf_cu);
282 GetDwoSymbolFileForCompileUnit(DWARFUnit &dwarf_cu,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h45 const DWARFUnit *dwarf_cu);
205 const DWARFUnit *dwarf_cu,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp45 ReadAddressFromDebugAddrSection(const DWARFUnit *dwarf_cu, argument
47 uint32_t index_size = dwarf_cu->GetAddressByteSize();
48 dw_offset_t addr_base = dwarf_cu->GetAddrBase();
51 dwarf_cu->GetSymbolFileDWARF().GetDWARFContext().getOrLoadAddrData();
64 const DWARFUnit *dwarf_cu)
65 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu),
907 const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind,
2361 DWARFDIE die = const_cast<DWARFUnit *>(dwarf_cu)->GetDIE(die_offset);
2486 if (!dwarf_cu) {
2493 lldb::addr_t value = ReadAddressFromDebugAddrSection(dwarf_cu, inde
62 DWARFExpression(lldb::ModuleSP module_sp, const DataExtractor &data, const DWARFUnit *dwarf_cu) argument
904 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-11-stable/contrib/elftoolchain/libdwarf/
H A DMakefile12 dwarf_cu.c \
/freebsd-11-stable/lib/libdwarf/
H A DMakefile17 dwarf_cu.c \

Completed in 106 milliseconds