/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 197 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport 220 in_report.ReportError(error); in ReportDeadlySignal() 226 in_report.ReportError(error); in ReportDoubleFree() 235 in_report.ReportError(error); in ReportNewDeleteTypeMismatch() 241 in_report.ReportError(error); in ReportFreeNotMalloced() 250 in_report.ReportError(error); in ReportAllocTypeMismatch() 256 in_report.ReportError(error); in ReportMallocUsableSizeNotOwned() 264 in_report.ReportError(error); in ReportSanitizerGetAllocatedSizeNotOwned() 270 in_report.ReportError(error); in ReportCallocOverflow() 277 in_report.ReportError(error); in ReportReallocArrayOverflow() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 31 auto ReportError = [&](Twine Msg) { in read() local 47 return ReportError("Expected 'kind mangled_name mangled_name', " in read() 57 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding'," in read() 66 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' " in read() 71 return ReportError("Could not demangle '" + Parts[1] + "' " in read() 75 return ReportError("Could not demangle '" + Parts[2] + "' " in read()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.h | 83 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter() argument 84 S.ReportError = std::move(ReportError); in setErrorReporter() 108 if (!Server->ReportError) in Create() 109 Server->ReportError = [](Error Err) { in Create() 136 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter() argument 137 this->ReportError = std::move(ReportError); in setErrorReporter() 186 ReportErrorFunction ReportError; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 226 void ReportError(QualType T); 247 ReportError(T); in Visit() 258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 659 auto ReportError = [&](StringRef category, const Twine &TitleMsg) { in verifyDebugInfoAttribute() local 681 ReportError("DW_AT_ranges offset out of bounds", in verifyDebugInfoAttribute() 688 ReportError("Invalid DW_AT_ranges encoding", in verifyDebugInfoAttribute() 695 ReportError("DW_AT_stmt_list offset out of bounds", in verifyDebugInfoAttribute() 700 ReportError("Invalid DW_AT_stmt_list encoding", in verifyDebugInfoAttribute() 725 ReportError("Invalid DWARF expressions", in verifyDebugInfoAttribute() 733 ReportError("Invalid DW_AT_location", toString(std::move(Err))); in verifyDebugInfoAttribute() 750 ReportError("Incompatible DW_AT_abstract_origin tag reference", in verifyDebugInfoAttribute() 762 ReportError("Incompatible DW_AT_type attribute tag", in verifyDebugInfoAttribute() 779 ReportError("Invalid file index in DW_AT_decl_file", in verifyDebugInfoAttribute() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 157 # define ReportError(...) \ macro 164 ReportError("interception_win: failed due to an unrecoverable error.\n"); in InterceptionFailed() 274 ReportError( in WriteJumpInstruction() 303 ReportError( in WriteIndirectJumpInstruction() 711 ReportError( in GetInstructionSize()
|
/freebsd/libexec/atf/atf-pytest-wrapper/ |
H A D | atf_pytest_wrapper.cpp | 202 void ReportError() { in ReportError() function in Handler 217 ReportError(); in Process()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 800 void ReportError(const char *format, Args &&...args) { 801 ReportError(llvm::formatv(format, std::forward<Args>(args)...)); 1087 void ReportError(const llvm::formatv_object_base &payload); 846 void ReportError(const char *format, Args &&...args) { ReportError() function
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 273 Debugger::ReportError( in ParseCIE() 292 Debugger::ReportError(llvm::formatv( in ParseCIE() 455 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset " in GetFDEIndex() 487 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} " in GetFDEIndex() 515 Debugger::ReportError(llvm::formatv( in GetFDEIndex()
|
H A D | CompileUnit.cpp | 359 resolved_sc.module_sp->ReportError( in ResolveSymbolContext()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 459 bool ReportError, uint64_t &Val) { in getLabelOffset() argument 461 if (ReportError) in getLabelOffset() 471 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() argument 473 return getLabelOffset(Asm, S, ReportError, Val); in getSymbolOffsetImpl() 490 if (!getSymbolOffsetImpl(Asm, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 498 if (!getSymbolOffsetImpl(Asm, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 495 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 514 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 554 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData() 578 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable() 655 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
|
H A D | DWARFFormValue.cpp | 516 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference() 527 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
|
H A D | SymbolFileDWARFDebugMap.cpp | 354 m_objfile_sp->GetModule()->ReportError( in InitOSO() 371 m_objfile_sp->GetModule()->ReportError( in InitOSO() 377 m_objfile_sp->GetModule()->ReportError( in InitOSO() 382 m_objfile_sp->GetModule()->ReportError( in InitOSO() 388 m_objfile_sp->GetModule()->ReportError( in InitOSO() 435 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
|
H A D | DWARFASTParserClang.cpp | 265 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers() 515 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF() 584 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in GetPtrAuthMofidierPayload() 955 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum() 1027 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseObjCMethod() 1511 module_sp->ReportError("{0:x16}: DW_TAG_inheritance failed to " in ParseInheritance() 2714 module_sp->ReportError("{0:x8}: DW_TAG_APPLE_property has no name.", in ParseObjCProperty() 2721 module_sp->ReportError( in ParseObjCProperty() 2871 module_sp->ReportError( in ParseSingleMember() 2876 module_sp->ReportError("{0:x8}: DW_TAG_member refers to type {1:x16}" in ParseSingleMember() [all …]
|
H A D | DWARFDebugInfoEntry.cpp | 49 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract() 96 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 262 ReportError(std::move(Err)); in doJITDispatch() 285 ReportError(std::move(Err)); in jitDispatchEntry()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1117 Debugger::ReportError(std::string(strm.GetString())); in ReportErrorIfModifyDetected() 1122 void Module::ReportError(const llvm::formatv_object_base &payload) { in ReportError() function in Module 1127 Debugger::ReportError(strm.GetString().str()); in ReportError() 1214 ReportError("failed to load objfile for {0}\nDebugging will be " in GetObjectFile() 1563 Debugger::ReportError("Error while searching for Xcode SDK: " + in RegisterXcodeSDK()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1558 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument 1559 this->ReportError = std::move(ReportError); in setErrorReporter() 1566 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError() 1860 ErrorReporter ReportError = logErrorsToStdErr; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Orc.h | 492 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 1257 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers() 1376 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases() 1435 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 75 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 469 Debugger::ReportError( in PerformAction() 955 Debugger::ReportError(strm.GetString().str(), in PerformAction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2811 GetModule()->ReportError(".rel{0}[{1:d}] failed to parse relocation", in ApplyRelocations() 2825 GetModule()->ReportError("unsupported AArch32 relocation:" in ApplyRelocations() 2856 GetModule()->ReportError(".rel{0}[{1}] unknown symbol id: {2:d}", in ApplyRelocations() 2863 GetModule()->ReportError("unsupported i386 relocation:" in ApplyRelocations() 2874 GetModule()->ReportError("unsupported 32-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations() 2921 GetModule()->ReportError("unsupported 64-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1811 Debugger::ReportError("failed to configure DarwinLog support", in EnableNow() 1840 Debugger::ReportError("failed to configure DarwinLog support", in EnableNow()
|