Home
last modified time | relevance | path

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

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