Home
last modified time | relevance | path

Searched refs:ReportErrorIfModifyDetected (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp161 m_module.ReportErrorIfModifyDetected( in ReportInvalidDIEOffset()
H A DDWARFDebugInfoEntry.cpp1805 dwarf2Data->GetObjectFile()->GetModule()->ReportErrorIfModifyDetected( in GetAbbreviationDeclarationPtr()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h931 void ReportErrorIfModifyDetected(const char *format, ...)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1134 void Module::ReportErrorIfModifyDetected(const char *format, ...) { in ReportErrorIfModifyDetected() function in Module