Home
last modified time | relevance | path

Searched defs:isSwiftError (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h147 bool isSwiftError() const { return getSubclassData<SwiftErrorField>(); } in isSwiftError() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1096 bool Value::isSwiftError() const { in isSwiftError() function in Value
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1354 static bool isSwiftError(const Value *V) { in isSwiftError() function