Home
last modified time | relevance | path

Searched defs:dwarf_cu (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h33 const plugin::dwarf::DWARFUnit *dwarf_cu, in DWARFExpressionList()
39 const plugin::dwarf::DWARFUnit *dwarf_cu) in DWARFExpressionList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp732 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit() local
755 static void MakeAbsoluteAndRemap(FileSpec &file_spec, DWARFUnit &dwarf_cu, in MakeAbsoluteAndRemap()
769 static const char *GetDWOName(DWARFCompileUnit &dwarf_cu, in GetDWOName()
779 lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { in ParseCompileUnit()
895 if (auto *dwarf_cu = llvm::cast_or_null<DWARFCompileUnit>( in ParseCompileUnitAtIndex() local
992 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); in ParseLanguage() local
1001 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); in ParseXcodeSDK() local
1030 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); in ParseFunctions() local
1081 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); in ParseSupportFiles() local
1091 bool SymbolFileDWARF::ParseSupportFiles(DWARFUnit &dwarf_cu, in ParseSupportFiles()
[all …]
H A DSymbolFileDWARFDebugMap.cpp614 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(dwarf_unit)) { in ParseCompileUnitAtIndex() local
1314 SymbolFileDWARFDebugMap::GetCompileUnit(SymbolFileDWARF *oso_dwarf, DWARFCompileUnit &dwarf_cu) { in GetCompileUnit()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp135 const uint8_t op, const DWARFUnit *dwarf_cu) { in GetOpcodeDataSize()
345 lldb::addr_t DWARFExpression::GetLocation_DW_OP_addr(const DWARFUnit *dwarf_cu, in GetLocation_DW_OP_addr()
372 bool DWARFExpression::Update_DW_OP_addr(const DWARFUnit *dwarf_cu, in Update_DW_OP_addr()
447 const DWARFUnit *dwarf_cu, in LinkThreadLocalStorage()
733 void UpdateValueTypeFromLocationDescription(Log *log, const DWARFUnit *dwarf_cu, in UpdateValueTypeFromLocationDescription()
825 const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, in Evaluate()
2290 const DWARFUnit *dwarf_cu, const DataExtractor &data, in ParseDWARFLocationList()