Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h147 bool isSwiftError() const { return getSubclassData<SwiftErrorField>(); } in isSwiftError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp973 bool Value::isSwiftError() const { in isSwiftError() function in Value
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1257 static bool isSwiftError(const Value *V) { in isSwiftError() function