Home
last modified time | relevance | path

Searched refs:unit_sp (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
80 if (!unit_sp) { in ParseUnitsFor()
82 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
87 assert(*unit_sp); in ParseUnitsFor()
88 m_units.push_back(*unit_sp); in ParseUnitsFor()
89 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
93 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
80 if (!unit_sp) { in ParseUnitsFor()
82 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
87 assert(*unit_sp); in ParseUnitsFor()
88 m_units.push_back(*unit_sp); in ParseUnitsFor()
89 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
93 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
80 if (!unit_sp) { in ParseUnitsFor()
82 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
87 assert(*unit_sp); in ParseUnitsFor()
88 m_units.push_back(*unit_sp); in ParseUnitsFor()
89 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
93 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
80 if (!unit_sp) { in ParseUnitsFor()
82 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
87 assert(*unit_sp); in ParseUnitsFor()
88 m_units.push_back(*unit_sp); in ParseUnitsFor()
89 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
93 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = in ParseUnitsFor() local
80 if (!unit_sp) { in ParseUnitsFor()
82 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
87 assert(*unit_sp); in ParseUnitsFor()
88 m_units.push_back(*unit_sp); in ParseUnitsFor()
89 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
93 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract(
80 if (!unit_sp) {
82 llvm::consumeError(unit_sp.takeError());
87 assert(*unit_sp);
88 m_units.push_back(*unit_sp);
89 offset = (*unit_sp)->GetNextUnitOffset();
91 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) {
93 unit_sp.get()->GetID());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp83 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
86 if (!unit_sp) { in ParseUnitsFor()
88 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
93 assert(*unit_sp); in ParseUnitsFor()
94 m_units.push_back(*unit_sp); in ParseUnitsFor()
95 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
97 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
99 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp83 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
86 if (!unit_sp) { in ParseUnitsFor()
88 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
93 assert(*unit_sp); in ParseUnitsFor()
94 m_units.push_back(*unit_sp); in ParseUnitsFor()
95 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
97 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
99 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp83 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
86 if (!unit_sp) { in ParseUnitsFor()
88 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
93 assert(*unit_sp); in ParseUnitsFor()
94 m_units.push_back(*unit_sp); in ParseUnitsFor()
95 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
97 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
99 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp83 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor() local
86 if (!unit_sp) { in ParseUnitsFor()
88 llvm::consumeError(unit_sp.takeError()); in ParseUnitsFor()
93 assert(*unit_sp); in ParseUnitsFor()
94 m_units.push_back(*unit_sp); in ParseUnitsFor()
95 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
97 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) { in ParseUnitsFor()
99 unit_sp.get()->GetID()); in ParseUnitsFor()
/dports/astro/py-astropy/astropy-5.0/astropy/units/quantity_helper/
H A Derfa.py166 unit_xp, unit_yp, unit_sp, unit_theta): argument
174 get_converter(unit_sp, radian),
232 def helper_apio(f, unit_sp, unit_theta, unit_elong, unit_phi, unit_hm, argument
235 return [get_converter(unit_sp, radian),