| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 196 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport 219 in_report.ReportError(error); in ReportDeadlySignal() 225 in_report.ReportError(error); in ReportDoubleFree() 234 in_report.ReportError(error); in ReportNewDeleteTypeMismatch() 240 in_report.ReportError(error); in ReportFreeNotMalloced() 249 in_report.ReportError(error); in ReportAllocTypeMismatch() 255 in_report.ReportError(error); in ReportMallocUsableSizeNotOwned() 263 in_report.ReportError(error); in ReportSanitizerGetAllocatedSizeNotOwned() 269 in_report.ReportError(error); in ReportCallocOverflow() 276 in_report.ReportError(error); in ReportReallocArrayOverflow() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/ |
| H A D | lldb-expression-fuzzer.cpp | 40 void ReportError(llvm::StringRef message) { in ReportError() function 65 ReportError("No target path specified. Set one either as an environment " in LLVMFuzzerInitialize() 70 ReportError(formatv("target path '{0}' does not exist", target_path).str()); in LLVMFuzzerInitialize() 83 ReportError("Couldn't create debugger"); in DEFINE_BINARY_PROTO_FUZZER() 87 ReportError(formatv("Couldn't create target '{0}'", target_path).str()); in DEFINE_BINARY_PROTO_FUZZER() 92 ReportError("Couldn't create breakpoint"); in DEFINE_BINARY_PROTO_FUZZER() 102 ReportError("Couldn't launch process"); in DEFINE_BINARY_PROTO_FUZZER()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 72 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter() argument 73 S.ReportError = std::move(ReportError); in setErrorReporter() 96 if (!Server->ReportError) in Create() 97 Server->ReportError = [](Error Err) { in Create() 123 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter() argument 124 this->ReportError = std::move(ReportError); in setErrorReporter() 172 ReportErrorFunction ReportError; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 104 bool ReportError, uint64_t &Val) { in getLabelOffset() argument 106 if (ReportError) in getLabelOffset() 116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl() argument 118 return getLabelOffset(Layout, S, ReportError, Val); in getSymbolOffsetImpl() 135 if (!getSymbolOffsetImpl(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 143 if (!getSymbolOffsetImpl(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 572 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local 592 ReportError( in verifyDebugInfoAttribute() 598 ReportError("DIE has invalid DW_AT_ranges encoding:"); in verifyDebugInfoAttribute() 604 ReportError("DW_AT_stmt_list offset is beyond .debug_line bounds: " + in verifyDebugInfoAttribute() 608 ReportError("DIE has invalid DW_AT_stmt_list encoding:"); in verifyDebugInfoAttribute() 632 ReportError("DIE contains invalid DWARF expression:"); in verifyDebugInfoAttribute() 639 ReportError(toString(std::move(Err))); in verifyDebugInfoAttribute() 656 ReportError("DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute() 667 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute() 683 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute() [all …]
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 273 Debugger::ReportError( in ParseCIE() 292 Debugger::ReportError(llvm::formatv( in ParseCIE() 456 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset " in GetFDEIndex() 488 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} " in GetFDEIndex() 516 Debugger::ReportError(llvm::formatv( in GetFDEIndex()
|
| H A D | CompileUnit.cpp | 363 resolved_sc.module_sp->ReportError( in ResolveSymbolContext()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Module.h | 846 void ReportError(const char *format, Args &&...args) { in ReportError() function 847 ReportError(llvm::formatv(format, std::forward<Args>(args)...)); in ReportError() 1176 void ReportError(const llvm::formatv_object_base &payload);
|
| H A D | Debugger.h | 427 ReportError(std::string message,
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Config.h | 26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
|
| H A D | Relocations.cpp | 49 case UnresolvedPolicy::ReportError: in reportUndefined()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 486 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 505 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase() 545 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistData() 569 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable() 646 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
|
| 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() 437 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
|
| H A D | DWARFDebugInfoEntry.cpp | 63 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract() 194 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract() 221 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
|
| H A D | DWARFFormValue.cpp | 515 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference() 526 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
|
| H A D | DWARFASTParserClang.cpp | 257 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers() 506 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF() 852 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum() 1015 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseSubroutine() 1439 module_sp->ReportError("{0:x16}: DW_TAG_inheritance failed to " in ParseInheritance() 1837 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseStructureLikeDIE() 2645 module_sp->ReportError("{0:x8}: DW_TAG_APPLE_property has no name.", in ParseObjCProperty() 2652 module_sp->ReportError( in ParseObjCProperty() 2791 module_sp->ReportError( in ParseSingleMember() 2796 module_sp->ReportError("{0:x8}: DW_TAG_member refers to type {1:x16}" in ParseSingleMember() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 256 ReportError(std::move(Err)); in handleCallWrapper() 279 ReportError(std::move(Err)); in doJITDispatch()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 129 Debugger::ReportError("Error while searching for Xcode SDK: " + in GetSDKDirectory()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1485 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument 1486 this->ReportError = std::move(ReportError); in setErrorReporter() 1493 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError() 1762 ErrorReporter ReportError = logErrorsToStdErr; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1165 Debugger::ReportError(std::string(strm.GetString())); in ReportErrorIfModifyDetected() 1170 void Module::ReportError(const llvm::formatv_object_base &payload) { in ReportError() function in Module 1175 Debugger::ReportError(strm.GetString().str()); in ReportError() 1262 ReportError("failed to load objfile for {0}", in GetObjectFile() 1616 Debugger::ReportError("Error while searching for Xcode SDK: " + in RegisterXcodeSDK()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | Orc.h | 483 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Config.h | 70 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1259 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers() 1369 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases() 1428 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
|