Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h947 ReportErrorIfModifyDetected (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2516 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in ResolveClangOpaqueTypeDefinition()
3232 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindGlobalVariables()
3328 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindGlobalVariables()
3658 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindFunctions()
3776 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindFunctions()
4041 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindTypes()
4146 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindNamespace()
4922 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindCompleteObjCDefinitionTypeForDIE()
5211 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindDefinitionTypeForDIE()
5372 …GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("the DWARF debug information has been m… in FindDefinitionTypeForDWARFDeclContext()
[all …]
HDDWARFDebugInfoEntry.cpp2278 …dwarf2Data->GetObjectFile()->GetModule()->ReportErrorIfModifyDetected ("0x%8.8x: the DWARF debug i… in GetAbbreviationDeclarationPtr()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1057 Module::ReportErrorIfModifyDetected (const char *format, ...) in ReportErrorIfModifyDetected() function in Module