Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h131 bool isSwiftError() const { in isSwiftError() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h137 bool isSwiftError() const { in isSwiftError() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h89 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/external/llvm/include/llvm/Target/
DTargetCallingConv.h91 bool isSwiftError() const { return Flags & SwiftError; } in isSwiftError() function
DTargetLowering.h2473 bool isSwiftError : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp765 bool Value::isSwiftError() const { in isSwiftError() function in Value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp852 static bool isSwiftError(const Value *V) { in isSwiftError() function