Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp725 if (dwarf_cu && dwarf_cu->GetUserData() == nullptr) in GetDWARFCompileUnit()
986 if (dwarf_cu) in ParseLanguage()
995 if (!dwarf_cu) in ParseXcodeSDK()
1024 if (!dwarf_cu) in ParseFunctions()
1028 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1075 if (!dwarf_cu) in ParseSupportFiles()
1158 if (dwarf_cu) in ParseIsOptimized()
1169 if (!dwarf_cu) in ParseImportedModules()
1224 if (!dwarf_cu) in ParseLineTable()
1802 if (!dwarf_cu || !dwarf_cu->GetDWOId().has_value()) in GetDwoSymbolFileForCompileUnit()
[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)) { in ParseCompileUnitAtIndex() local
615 if (dwarf_cu->GetID() == 0) in ParseCompileUnitAtIndex()
620 dwarf_cu->GetID(), eLanguageTypeUnknown, eLazyBoolCalculate)); in ParseCompileUnitAtIndex()
622 {dwarf_cu->GetID(), cu_info.compile_units_sps.size() - 1}); in ParseCompileUnitAtIndex()
1304 SymbolFileDWARFDebugMap::GetCompileUnit(SymbolFileDWARF *oso_dwarf, DWARFCompileUnit &dwarf_cu) { in GetCompileUnit() argument
1315 auto it = id_to_index_map.find(dwarf_cu.GetID()); in GetCompileUnit()
H A DSymbolFileDWARFDebugMap.h274 DWARFCompileUnit &dwarf_cu);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h71 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, in DWARFExpressionList() argument
34 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu), in DWARFExpressionList()
38 const plugin::dwarf::DWARFUnit *dwarf_cu) in DWARFExpressionList() argument
39 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu) { in DWARFExpressionList()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp350 if (!dwarf_cu) { in GetOpcodeDataSize()
369 if (dwarf_cu) in GetLocation_DW_OP_addr()
375 GetOpcodeDataSize(m_data, offset, op, dwarf_cu); in GetLocation_DW_OP_addr()
435 GetOpcodeDataSize(m_data, offset, op, dwarf_cu); in Update_DW_OP_addr()
444 const DWARFUnit *dwarf_cu) const { in ContainsThreadLocalStorage()
460 const DWARFUnit *dwarf_cu, in LinkThreadLocalStorage() argument
775 if (dwarf_cu && dwarf_cu->GetVersion() >= 4) { in UpdateValueTypeFromLocationDescription()
2549 if (!dwarf_cu) { in Evaluate()
2576 if (!dwarf_cu) { in Evaluate()
2599 if (dwarf_cu) { in Evaluate()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A DMakefile12 dwarf_cu.c \
/freebsd/lib/libdwarf/
H A DMakefile16 dwarf_cu.c \