| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 225 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport 248 in_report.ReportError(error); in ReportDeadlySignal() 254 in_report.ReportError(error); in ReportDoubleFree() 263 in_report.ReportError(error); in ReportNewDeleteTypeMismatch() 269 in_report.ReportError(error); in ReportFreeNotMalloced() 278 in_report.ReportError(error); in ReportAllocTypeMismatch() 284 in_report.ReportError(error); in ReportMallocUsableSizeNotOwned() 292 in_report.ReportError(error); in ReportSanitizerGetAllocatedSizeNotOwned() 298 in_report.ReportError(error); in ReportCallocOverflow() 305 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 | 84 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter() argument 85 S.ReportError = std::move(ReportError); in setErrorReporter() 109 if (!Server->ReportError) in Create() 110 Server->ReportError = [](Error Err) { in Create() 137 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter() argument 138 this->ReportError = std::move(ReportError); in setErrorReporter() 187 ReportErrorFunction ReportError; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 158 # define ReportError(...) \ macro 165 ReportError("interception_win: failed due to an unrecoverable error.\n"); in InterceptionFailed() 291 ReportError( in WriteJumpInstruction() 305 ReportError("interception_win: cannot write short jmp from %p to %p\n", in WriteShortJumpInstruction() 323 ReportError( in WriteIndirectJumpInstruction() 402 ReportError( in AllocateTrampolineRegion() 415 ReportError( in AllocateTrampolineRegion() 430 ReportError( in AllocateTrampolineRegion() 984 ReportError( in GetInstructionSize() 1027 ReportError( in CopyInstructions() [all …]
|
| /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 | 694 auto ReportError = [&](StringRef category, const Twine &TitleMsg) { in verifyDebugInfoAttribute() local 716 ReportError("DW_AT_ranges offset out of bounds", in verifyDebugInfoAttribute() 723 ReportError("Invalid DW_AT_ranges encoding", in verifyDebugInfoAttribute() 730 ReportError("DW_AT_stmt_list offset out of bounds", in verifyDebugInfoAttribute() 735 ReportError("Invalid DW_AT_stmt_list encoding", in verifyDebugInfoAttribute() 760 ReportError("Invalid DWARF expressions", in verifyDebugInfoAttribute() 768 ReportError("Invalid DW_AT_location", toString(std::move(Err))); in verifyDebugInfoAttribute() 785 ReportError("Incompatible DW_AT_abstract_origin tag reference", in verifyDebugInfoAttribute() 797 ReportError("Incompatible DW_AT_type attribute tag", in verifyDebugInfoAttribute() 814 ReportError("Invalid file index in DW_AT_decl_file", in verifyDebugInfoAttribute() [all …]
|
| /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/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 304 Debugger::ReportError( in ParseCIE() 323 Debugger::ReportError(llvm::formatv( in ParseCIE() 486 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset " in GetFDEIndex() 518 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} " in GetFDEIndex() 546 Debugger::ReportError(llvm::formatv( in GetFDEIndex()
|
| H A D | CompileUnit.cpp | 473 resolved_sc.module_sp->ReportError( in ResolveSymbolContext()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 368 bool ReportError, uint64_t &Val) { in getLabelOffset() argument 370 if (ReportError) in getLabelOffset() 380 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() argument 382 return getLabelOffset(Asm, S, ReportError, Val); in getSymbolOffsetImpl() 399 if (!getSymbolOffsetImpl(Asm, *A, ReportError, ValA)) in getSymbolOffsetImpl() 407 if (!getSymbolOffsetImpl(Asm, *B, ReportError, ValB)) in getSymbolOffsetImpl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 805 void ReportError(const char *format, Args &&...args) { in ReportError() function 806 ReportError(llvm::formatv(format, std::forward<Args>(args)...)); in ReportError() 1103 void ReportError(const llvm::formatv_object_base &payload);
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 260 ReportError(std::move(Err)); in handleCallWrapper() 283 ReportError(std::move(Err)); in doJITDispatch()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 498 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 517 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 557 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData() 581 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable() 658 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 355 m_objfile_sp->GetModule()->ReportError( in InitOSO() 372 m_objfile_sp->GetModule()->ReportError( in InitOSO() 378 m_objfile_sp->GetModule()->ReportError( in InitOSO() 383 m_objfile_sp->GetModule()->ReportError( in InitOSO() 389 m_objfile_sp->GetModule()->ReportError( in InitOSO() 437 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
|
| H A D | DWARFFormValue.cpp | 510 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset() 521 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
|
| H A D | DWARFASTParserClang.cpp | 359 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers() 609 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF() 678 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in GetPtrAuthMofidierPayload() 1043 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum() 1115 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseObjCMethod() 1589 module_sp->ReportError("{0:x16}: DW_TAG_inheritance failed to " in ParseInheritance() 2820 module_sp->ReportError("{0:x8}: DW_TAG_APPLE_property has no name.", in ParseObjCProperty() 2827 module_sp->ReportError( in ParseObjCProperty() 2977 module_sp->ReportError( in ParseSingleMember() 2982 module_sp->ReportError("{0:x8}: DW_TAG_member refers to type {1:x16}" in ParseSingleMember() [all …]
|
| H A D | DWARFDebugInfoEntry.cpp | 48 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract() 167 module->ReportError( in GetDIENamesAndRanges()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1098 Debugger::ReportError(std::string(strm.GetString())); in ReportErrorIfModifyDetected() 1111 void Module::ReportError(const llvm::formatv_object_base &payload) { in ReportError() function in Module 1116 Debugger::ReportError(strm.GetString().str(), {}, GetDiagnosticOnceFlag(msg)); in ReportError() 1206 ReportError("failed to load objfile for {0}\nDebugging will be " in GetObjectFile() 1554 Debugger::ReportError("Error while searching for Xcode SDK: " + in RegisterXcodeSDK()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1482 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument 1483 this->ReportError = std::move(ReportError); in setErrorReporter() 1490 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError() 1828 ErrorReporter ReportError = logErrorsToStdErr; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Orc.h | 493 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1256 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers() 1375 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases() 1434 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 490 Debugger::ReportError( in PerformAction() 978 Debugger::ReportError(strm.GetString().str(), in PerformAction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1090 auto ReportError = [this, &HadError](SourceLocation Loc, uint32_t LowerBound, in handleRootSignatureElements() local 1106 auto VerifyRegister = [ReportError](SourceLocation Loc, uint32_t Register) { in handleRootSignatureElements() 1108 ReportError(Loc, 0, 0xfffffffe); in handleRootSignatureElements() 1111 auto VerifySpace = [ReportError](SourceLocation Loc, uint32_t Space) { in handleRootSignatureElements() 1113 ReportError(Loc, 0, 0xffffffef); in handleRootSignatureElements() 1151 ReportError(Loc, 0, 16); in handleRootSignatureElements() 1164 ReportError(Loc, 1, 0xfffffffe); in handleRootSignatureElements()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2775 GetModule()->ReportError(".rel{0}[{1:d}] failed to parse relocation", in ApplyRelocations() 2789 GetModule()->ReportError("unsupported AArch32 relocation:" in ApplyRelocations() 2820 GetModule()->ReportError(".rel{0}[{1}] unknown symbol id: {2:d}", in ApplyRelocations() 2827 GetModule()->ReportError("unsupported i386 relocation:" in ApplyRelocations() 2838 GetModule()->ReportError("unsupported 32-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations() 2885 GetModule()->ReportError("unsupported 64-bit ELF machine arch: {0}", hdr->e_machine); in ApplyRelocations()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 219 Debugger::ReportError( in GetLongOptions() 229 Debugger::ReportError( in GetLongOptions()
|