Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp217 in_report.ReportError(error); in ReportDeadlySignal()
223 in_report.ReportError(error); in ReportDoubleFree()
232 in_report.ReportError(error); in ReportNewDeleteTypeMismatch()
238 in_report.ReportError(error); in ReportFreeNotMalloced()
247 in_report.ReportError(error); in ReportAllocTypeMismatch()
253 in_report.ReportError(error); in ReportMallocUsableSizeNotOwned()
261 in_report.ReportError(error); in ReportSanitizerGetAllocatedSizeNotOwned()
267 in_report.ReportError(error); in ReportCallocOverflow()
274 in_report.ReportError(error); in ReportReallocArrayOverflow()
280 in_report.ReportError(error); in ReportPvallocOverflow()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp30 auto ReportError = [&](Twine Msg) { in read() local
46 return ReportError("Expected 'kind mangled_name mangled_name', " in read()
56 return ReportError("Invalid kind, expected 'name', 'type', or 'encoding'," in read()
65 return ReportError("Manglings '" + Parts[1] + "' and '" + Parts[2] + "' " in read()
70 return ReportError("Could not demangle '" + Parts[1] + "' " in read()
74 return ReportError("Could not demangle '" + Parts[2] + "' " in read()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A 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()
131 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
139 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h284 RPCEndpointT &EP, ErrorReporter ReportError) in OrcRPCExecutorProcessControlBase() argument
286 ReportError(std::move(ReportError)), EP(EP) { in OrcRPCExecutorProcessControlBase()
292 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError()
422 ReportError(std::move(Err)); in runWrapperInJIT()
429 ErrorReporter ReportError; variable
H A DCore.h1363 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() argument
1364 this->ReportError = std::move(ReportError); in setErrorReporter()
1371 void reportError(Error Err) { ReportError(std::move(Err)); } in reportError()
1656 ErrorReporter ReportError = logErrorsToStdErr; variable
H A DOrcRemoteTargetClient.h909 std::function<void(Error)> ReportError; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp467 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
484 ReportError( in verifyDebugInfoAttribute()
490 ReportError("DIE has invalid DW_AT_ranges encoding:"); in verifyDebugInfoAttribute()
500 ReportError("DIE has invalid DW_AT_stmt_list encoding:"); in verifyDebugInfoAttribute()
514 ReportError("DIE contains invalid DWARF expression:"); in verifyDebugInfoAttribute()
517 ReportError(toString(Loc.takeError())); in verifyDebugInfoAttribute()
545 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
559 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
565 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
572 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp355 m_objfile_sp->GetModule()->ReportError( in InitOSO()
371 m_objfile_sp->GetModule()->ReportError( in InitOSO()
376 m_objfile_sp->GetModule()->ReportError( in InitOSO()
381 m_objfile_sp->GetModule()->ReportError( in InitOSO()
386 m_objfile_sp->GetModule()->ReportError( in InitOSO()
429 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
H A DDWARFDebugInfoEntry.cpp61 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
191 cu->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Extract()
216 unit.GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRangesOrReportError()
H A DDWARFFormValue.cpp513 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
525 m_unit->GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in Reference()
H A DDWARFUnit.cpp457 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in SetLoclistsBase()
503 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetRnglistTable()
566 GetSymbolFileDWARF().GetObjectFile()->GetModule()->ReportError( in GetDIE()
H A DDWARFASTParserClang.cpp291 die.GetDWARF()->GetObjectFile()->GetModule()->ReportError( in PrepareContextToReceiveMembers()
534 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseTypeFromDWARF()
870 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseEnum()
1000 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseSubroutine()
1680 dwarf->GetObjectFile()->GetModule()->ReportError( in ParseStructureLikeDIE()
2673 module_sp->ReportError( in ParseSingleMember()
2699 module_sp->ReportError( in ParseSingleMember()
2704 module_sp->ReportError( in ParseSingleMember()
2828 module_sp->ReportError("0x%8.8x: DW_TAG_inheritance failed to " in ParseChildMembers()
H A DSymbolFileDWARF.cpp1192 GetObjectFile()->GetModule()->ReportError( in ParseBlocksRecursive()
1511 GetObjectFile()->GetModule()->ReportError( in ResolveType()
3237 GetObjectFile()->GetModule()->ReportError( in ParseVariableDIE()
3468 GetObjectFile()->GetModule()->ReportError( in ParseVariables()
3511 GetObjectFile()->GetModule()->ReportError( in ParseVariables()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h58 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
H A DDriver.cpp597 ? UnresolvedPolicy::ReportError in setUnresolvedSymbolPolicy()
H A DWriter.cpp2028 config->unresolvedSymbolsInShlib == UnresolvedPolicy::ReportError in finalizeSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h451 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h801 void ReportError(const char *format, ...)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1248 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMembers()
1358 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordBases()
1417 symbol_file.GetObjectFile()->GetModule()->ReportError( in AddRecordMethod()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp288 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() argument
291 [=](Error Err) { ReportError(Ctx, wrap(std::move(Err))); }); in LLVMOrcExecutionSessionSetErrorReporter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1100 void Module::ReportError(const char *format, ...) { in ReportError() function in Module
1268 ReportError("failed to load objfile for %s", in GetObjectFile()