Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModule.h859 ReportErrorIfModifyDetected (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2499 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in ResolveClangOpaqueTypeDefinition()
3184 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindGlobalVariables()
3280 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindGlobalVariables()
3610 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindFunctions()
3720 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindFunctions()
3984 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindTypes()
4089 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindNamespace()
4861 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindCompleteObjCDefinitionTypeForDIE()
5150 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindDefinitionTypeForDIE()
5311 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindDefinitionTypeForDWARFDeclContext()
[all …]
DDWARFDebugInfoEntry.cpp2276 …dwarf2Data->GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("0x%8.8x: the DWARF debug i… in GetAbbreviationDeclarationPtr()
/external/lldb/source/Core/
DModule.cpp960 Module::ReportErrorIfModifyDetected (const char *format, ...) in ReportErrorIfModifyDetected() function in Module