| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 124 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 D | RuntimeDyld.h | 238 bool hasError();
|
| H A D | ExecutionEngine.h | 281 bool hasError() const { return !ErrMsg.empty(); } in hasError() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 49 if (LHSResult.hasError()) in evaluate() 59 if (RHSResult.hasError()) in evaluate() 105 bool hasError() const { return ErrorMsg != ""; } in hasError() function in llvm::RuntimeDyldCheckerExprEval::EvalResult 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() [all …]
|
| H A D | RuntimeDyld.cpp | 1381 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError() function in llvm::RuntimeDyld 1435 if (RTDyld.hasError()) { in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 558 bool hasError() { return HasError; } in hasError() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 122 bool hasError() const { return Err.hasValue(); } in hasError() function 165 return unwrap(Parser)->hasError(); in LLVMRemarkParserHasError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 120 if (Dyld.hasError()) in addObjectFile() 227 if (Dyld.hasError()) in generateCodeForModule() 245 if (Dyld.hasError()) in finalizeLoadedModules()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 402 if (Dyld.hasError()) in printLineInfoForInput() 531 if (Dyld.hasError()) { in executeInput() 937 if (Dyld.hasError()) { in linkAndVerify() 954 if (Dyld.hasError()) in linkAndVerify()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 80 bool hasError() const { return !Error.empty(); } in hasError() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 343 if (In.empty() || Out == In || TP.hasError()) in MergeInTypeInfo() 359 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() 418 if (TP.hasError() || !Out.empty()) in EnforceAny() 457 if (TP.hasError()) in EnforceSmallerThan() 567 if (TP.hasError()) in EnforceVectorEltTypeIs() 619 if (TP.hasError()) in EnforceVectorSubVectorTypeIs() [all …]
|
| H A D | CodeGenDAGPatterns.h | 960 bool hasError() const { in hasError() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 131 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError() function 135 if (hasError()) in getError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 834 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() 2140 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor() 2399 if (SymI->second.getFlags().hasError()) { in OL_completeLookup()
|
| H A D | DebugUtils.cpp | 158 if (Flags.hasError()) in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 315 if (ExecEngine->hasError()) { in LLVMExecutionEngineGetErrMsg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 284 if (Reader->hasError()) in loadInput() 2174 if (Reader->hasError()) in showInstrProfile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5165 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, in applyObjCProtocolQualifiers() argument 5167 hasError = false; in applyObjCProtocolQualifiers() 5230 hasError = true; in applyObjCProtocolQualifiers() 5249 bool hasError; in getObjCTypeParamType() local 5251 Canonical, protocols, hasError, true /*allowOnPointerType*/)); in getObjCTypeParamType() 5252 assert(!hasError && "Error when apply protocol qualifier to bound type"); in getObjCTypeParamType()
|
| H A D | Type.cpp | 1269 bool hasError; in VisitObjCTypeParamType() local 1274 argType, protocolsToApply, hasError, true/*allowOnPointerType*/); in VisitObjCTypeParamType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1155 ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError,
|