Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp96 m_index.ReportInvalidDIERef(ref, m_name); in operator ()()
106 void DWARFIndex::ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const { in ReportInvalidDIERef() function in DWARFIndex
H A DDWARFIndex.h111 void ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const;
H A DAppleDWARFIndex.cpp289 ReportInvalidDIERef(die_ref, name); in GetFunctions()