Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp225 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 DSymbolRemappingReader.cpp31 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 DSimpleRemoteEPCServer.h84 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 Dinterception_win.cpp158 # 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 DLLVMConventionsChecker.cpp226 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 DDWARFVerifier.cpp694 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 Datf_pytest_wrapper.cpp202 void ReportError() { in ReportError() function in Handler
217 ReportError(); in Process()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp304 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 DCompileUnit.cpp473 resolved_sc.module_sp->ReportError( in ResolveSymbolContext()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp368 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 DModule.h805 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 DSimpleRemoteEPCServer.cpp260 ReportError(std::move(Err)); in handleCallWrapper()
283 ReportError(std::move(Err)); in doJITDispatch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp498 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 DSymbolFileDWARFDebugMap.cpp355 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 DDWARFFormValue.cpp510 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
521 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in ReferencedUnitAndOffset()
H A DDWARFASTParserClang.cpp359 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 DDWARFDebugInfoEntry.cpp48 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
167 module->ReportError( in GetDIENamesAndRanges()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1098 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 DCore.h1482 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 DOrc.h493 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1256 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 DStopInfo.cpp490 Debugger::ReportError( in PerformAction()
978 Debugger::ReportError(strm.GetString().str(), in PerformAction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1090 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 DObjectFileELF.cpp2775 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 DOptions.cpp219 Debugger::ReportError( in GetLongOptions()
229 Debugger::ReportError( in GetLongOptions()

12