Searched defs:dwarf_cu (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwoDwp.cpp24 SymbolFileDWARFDwoDwp(SymbolFileDWARFDwp *dwp_symfile, ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu, uint64_t dwo_id) argument
H A DSymbolFileDWARFDwo.cpp53 SymbolFileDWARFDwo::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { argument
26 SymbolFileDWARFDwo(ObjectFileSP objfile, DWARFCompileUnit &dwarf_cu) argument
H A DSymbolFileDWARF.cpp358 DWARFUnit *dwarf_cu = nullptr; local
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.cpp84 SymbolFileDWARFDwp::GetSymbolFileForDwoId(DWARFCompileUnit &dwarf_cu, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp45 ReadAddressFromDebugAddrSection(const DWARFUnit *dwarf_cu, argument
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...]

Completed in 159 milliseconds