Home
last modified time | relevance | path

Searched defs:GetUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h47 const DWARFUnit *GetUnit() const { return m_unit; } in GetUnit() function
H A DDWARFDebugInfo.cpp157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { GetUnit() function in DWARFDebugInfo