Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_report.cpp196 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/llvm/lib/Support/
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()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCFragment.cpp104 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/
DDWARFVerifier.cpp572 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/
DLLVMConventionsChecker.cpp226 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/
DDWARFCallFrameInfo.cpp273 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()
DCompileUnit.cpp363 resolved_sc.module_sp->ReportError( in ResolveSymbolContext()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h846 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);
DDebugger.h427 ReportError(std::string message,
/openbsd/src/gnu/llvm/lld/wasm/
DConfig.h26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
DRelocations.cpp49 case UnresolvedPolicy::ReportError: in reportUndefined()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp486 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()
DSymbolFileDWARFDebugMap.cpp354 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()
DDWARFDebugInfoEntry.cpp63 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
194 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
221 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
DDWARFFormValue.cpp515 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
526 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
DDWARFASTParserClang.cpp257 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/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp129 Debugger::ReportError("Error while searching for Xcode SDK: " + in GetSDKDirectory()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1485 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/
DModule.cpp1165 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/
DOrc.h483 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
/openbsd/src/gnu/llvm/lld/ELF/
DConfig.h70 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1259 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers()
1369 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases()
1428 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
/openbsd/src/gnu/llvm/lldb/source/Target/
DStopInfo.cpp466 Debugger::ReportError( in PerformAction()
974 Debugger::ReportError(strm.GetString().str(), in PerformAction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1821 Debugger::ReportError("failed to configure DarwinLog support", in EnableNow()
1850 Debugger::ReportError("failed to configure DarwinLog support", in EnableNow()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptions.cpp227 Debugger::ReportError( in GetLongOptions()
237 Debugger::ReportError( in GetLongOptions()

12