Searched refs:ReportError (Results 1 - 25 of 43) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/
H A Dlldb-expression-fuzzer.cpp40 void ReportError(llvm::StringRef message) { function
65 ReportError("No target path specified. Set one either as an environment "
70 ReportError(formatv("target path '{0}' does not exist", target_path).str());
83 ReportError("Couldn't create debugger");
87 ReportError(formatv("Couldn't create target '{0}'", target_path).str());
92 ReportError("Couldn't create breakpoint");
102 ReportError("Couldn't launch process");
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { local
47 return ReportError("Expected 'kind mangled_name mangled_name', "
57 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding',"
66 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' "
71 return ReportError("Could not demangle '" + Parts[1] + "' "
75 return ReportError("Could not demangle '" + Parts[2] + "' "
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp196 void ReportError(const ErrorDescription &description) { function in class:__asan::ScopedInErrorReport
219 in_report.ReportError(error);
225 in_report.ReportError(error);
234 in_report.ReportError(error);
240 in_report.ReportError(error);
249 in_report.ReportError(error);
255 in_report.ReportError(error);
263 in_report.ReportError(error);
269 in_report.ReportError(error);
276 in_report.ReportError(erro
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h72 void setErrorReporter(unique_function<void(Error)> ReportError) { argument
73 S.ReportError = std::move(ReportError);
94 // Set ReportError up-front so that it can be used if construction
96 if (!Server->ReportError)
97 Server->ReportError = [](Error Err) {
123 void setErrorReporter(ReportErrorFunction ReportError) { argument
124 this->ReportError = std::move(ReportError);
172 ReportErrorFunction ReportError; member in class:llvm::orc::SimpleRemoteEPCServer
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp104 bool ReportError, uint64_t &Val) {
106 if (ReportError)
116 bool ReportError, uint64_t &Val) {
118 return getLabelOffset(Layout, S, ReportError, Val);
135 if (!getSymbolOffsetImpl(Layout, A->getSymbol(), ReportError, ValA))
143 if (!getSymbolOffsetImpl(Layout, B->getSymbol(), ReportError, ValB))
103 getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) argument
115 getSymbolOffsetImpl(const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) argument
/openbsd-current/gnu/llvm/lld/wasm/
H A DConfig.h26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; member in class:lld::wasm::UnresolvedPolicy
H A DRelocations.cpp49 case UnresolvedPolicy::ReportError:
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp226 void ReportError(QualType T);
247 ReportError(T);
258 void ASTFieldVisitor::ReportError(QualType T) { function in class:ASTFieldVisitor
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp572 auto ReportError = [&](const Twine &TitleMsg) { local
592 ReportError(
598 ReportError("DIE has invalid DW_AT_ranges encoding:");
604 ReportError("DW_AT_stmt_list offset is beyond .debug_line bounds: " +
608 ReportError("DIE has invalid DW_AT_stmt_list encoding:");
632 ReportError("DIE contains invalid DWARF expression:");
639 ReportError(toString(std::move(Err)));
656 ReportError("DIE with tag " + TagString(DieTag) + " has " +
667 ReportError("DIE has " + AttributeString(Attr) +
683 ReportError("DI
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h846 void ReportError(const char *format, Args &&...args) { function in class:lldb_private::Module
847 ReportError(llvm::formatv(format, std::forward<Args>(args)...));
1176 void ReportError(const llvm::formatv_object_base &payload);
H A DDebugger.h427 ReportError(std::string message,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp129 Debugger::ReportError("Error while searching for Xcode SDK: " +
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp256 ReportError(std::move(Err));
279 ReportError(std::move(Err));
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp486 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
505 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
545 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
569 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
646 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
H A DDWARFDebugInfoEntry.cpp63 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
194 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
221 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
H A DDWARFFormValue.cpp515 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
526 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError(
H A DSymbolFileDWARFDebugMap.cpp354 m_objfile_sp->GetModule()->ReportError(
371 m_objfile_sp->GetModule()->ReportError(
377 m_objfile_sp->GetModule()->ReportError(
382 m_objfile_sp->GetModule()->ReportError(
388 m_objfile_sp->GetModule()->ReportError(
437 obj_file->GetModule()->ReportError(
H A DDWARFASTParserClang.cpp257 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError(
506 dwarf->GetObjectFile()->GetModule()->ReportError(
852 dwarf->GetObjectFile()->GetModule()->ReportError(
1015 dwarf->GetObjectFile()->GetModule()->ReportError(
1439 module_sp->ReportError("{0:x16}: DW_TAG_inheritance failed to "
1837 dwarf->GetObjectFile()->GetModule()->ReportError(
2645 module_sp->ReportError("{0:x8}: DW_TAG_APPLE_property has no name.",
2652 module_sp->ReportError(
2791 module_sp->ReportError(
2796 module_sp->ReportError("{
[all...]
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp273 Debugger::ReportError(
292 Debugger::ReportError(llvm::formatv(
456 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset "
488 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} "
516 Debugger::ReportError(llvm::formatv(
H A DCompileUnit.cpp363 resolved_sc.module_sp->ReportError(
/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A DOrc.h483 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DModule.cpp1165 Debugger::ReportError(std::string(strm.GetString()));
1170 void Module::ReportError(const llvm::formatv_object_base &payload) { function in class:Module
1175 Debugger::ReportError(strm.GetString().str());
1262 ReportError("failed to load objfile for {0}",
1616 Debugger::ReportError("Error while searching for Xcode SDK: " +
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1485 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { argument
1486 this->ReportError = std::move(ReportError);
1493 void reportError(Error Err) { ReportError(std::move(Err)); }
1762 ErrorReporter ReportError = logErrorsToStdErr; member in namespace:llvm::orc
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1259 symbol_file.GetObjectFile()->GetModule()->ReportError(
1369 symbol_file.GetObjectFile()->GetModule()->ReportError(
1428 symbol_file.GetObjectFile()->GetModule()->ReportError(
/openbsd-current/gnu/llvm/lld/ELF/
H A DConfig.h70 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; member in class:lld::elf::UnresolvedPolicy

Completed in 406 milliseconds

12