Lines Matching refs:dwarf_cu
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()
64 const DWARFUnit *dwarf_cu) in DWARFExpression() argument
65 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu), in DWARFExpression()
910 const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, in Evaluate() argument
2382 DWARFDIE die = const_cast<DWARFUnit *>(dwarf_cu)->GetDIE(die_offset); in Evaluate()
2502 if (!dwarf_cu) { in Evaluate()
2509 lldb::addr_t value = ReadAddressFromDebugAddrSection(dwarf_cu, index); in Evaluate()
2522 if (!dwarf_cu) { in Evaluate()
2529 lldb::addr_t value = ReadAddressFromDebugAddrSection(dwarf_cu, index); in Evaluate()