Home
last modified time | relevance | path

Searched refs:ReportInvalidDIERef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp27 ReportInvalidDIERef(ref, name); in ProcessFunctionDIE()
78 m_index.ReportInvalidDIERef(ref, m_name); in operator ()()
82 void DWARFIndex::ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const { in ReportInvalidDIERef() function in DWARFIndex
H A DDWARFIndex.h102 void ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const;
H A DDebugNamesDWARFIndex.cpp180 ReportInvalidDIERef(*ref, class_name.GetStringRef()); in GetCompleteObjCClass()