Home
last modified time | relevance | path

Searched refs:ReportSymbolLookupError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h234 void ReportSymbolLookupError(ConstString name);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp231 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError() function in IRExecutionUnit
979 m_parent.ReportSymbolLookupError(name_cs); in GetSymbolAddressAndPresence()