Home
last modified time | relevance | path

Searched refs:hasError (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h124 bool hasError() const { in hasError() function
304 if (Flags.hasError()) in JITSymbol()
313 if (Flags.hasError())
321 if (Flags.hasError()) in ~JITSymbol()
329 return !Flags.hasError() && (CachedAddr || GetAddress);
334 if (Flags.hasError()) in takeError()
342 assert(!Flags.hasError() && "getAddress called on error value"); in getAddress()
H A DRuntimeDyld.h238 bool hasError();
H A DExecutionEngine.h281 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp49 if (LHSResult.hasError()) in evaluate()
59 if (RHSResult.hasError()) in evaluate()
148 assert(R.hasError() && "Not an error result."); in handleError()
242 if (OpIdxExpr.hasError()) in evalDecodeOperand()
489 if (SubExprResult.hasError()) in evalParensExpr()
512 if (ReadSizeExpr.hasError()) in evalLoadExpr()
527 if (LoadAddrExprResult.hasError()) in evalLoadExpr()
570 if (SubExprResult.hasError()) in evalSimpleExpr()
600 if (HighBitExpr.hasError()) in evalSliceExpr()
611 if (LowBitExpr.hasError()) in evalSliceExpr()
[all …]
H A DRuntimeDyld.cpp1381 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld
1435 if (RTDyld.hasError()) { in jitLinkForORC()
H A DRuntimeDyldImpl.h558 bool hasError() { return HasError; } in hasError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } in hasError() function
165 return unwrap(Parser)->hasError(); in LLVMRemarkParserHasError()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h80 bool hasError() const { return !Error.empty(); } in hasError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 if (Dyld.hasError()) in addObjectFile()
227 if (Dyld.hasError()) in generateCodeForModule()
245 if (Dyld.hasError()) in finalizeLoadedModules()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp403 if (Dyld.hasError()) in printLineInfoForInput()
532 if (Dyld.hasError()) { in executeInput()
938 if (Dyld.hasError()) { in linkAndVerify()
955 if (Dyld.hasError()) in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h134 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function
138 if (hasError()) in getError()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp359 if (TP.hasError()) in forceArbitrary()
378 if (TP.hasError()) in EnforceInteger()
388 if (TP.hasError()) in EnforceFloatingPoint()
398 if (TP.hasError()) in EnforceScalar()
408 if (TP.hasError()) in EnforceVector()
457 if (TP.hasError()) in EnforceSmallerThan()
567 if (TP.hasError()) in EnforceVectorEltTypeIs()
619 if (TP.hasError()) in EnforceVectorSubVectorTypeIs()
687 if (TP.hasError()) in EnforceSameNumElts()
740 if (TP.hasError()) in EnforceSameSize()
[all …]
H A DCodeGenDAGPatterns.h960 bool hasError() const { in hasError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp834 if (Symbols[Name].getFlags().hasError()) in addDependencies()
869 if (OtherSymEntry.getFlags().hasError()) { in addDependencies()
920 assert(!KV.second.getFlags().hasError() && in resolve()
933 if (SymI->second.getFlags().hasError()) in resolve()
1016 if (SymI->second.getFlags().hasError()) in emit()
2241 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor()
2500 if (SymI->second.getFlags().hasError()) { in OL_completeLookup()
H A DDebugUtils.cpp158 if (Flags.hasError()) in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp315 if (ExecEngine->hasError()) { in LLVMExecutionEngineGetErrMsg()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp285 if (Reader->hasError()) in loadInput()
2203 if (Reader->hasError()) in showInstrProfile()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5180 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument
5182 hasError = false; in applyObjCProtocolQualifiers()
5245 hasError = true; in applyObjCProtocolQualifiers()
5264 bool hasError; in getObjCTypeParamType() local
5266 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType()
5267 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
H A DType.cpp1269 bool hasError; in VisitObjCTypeParamType() local
1274 argType, protocolsToApply, hasError, true/*allowOnPointerType*/); in VisitObjCTypeParamType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1200 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,