Home
last modified time | relevance | path

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

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