Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h136 bool isSwiftError() const { in isSwiftError() function
/external/llvm/include/llvm/IR/
DInstructions.h131 bool isSwiftError() const { in isSwiftError() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h84 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-7.0/llvm/lib/IR/
DValue.cpp735 bool Value::isSwiftError() const { in isSwiftError() function in Value