HomeSort by relevance Sort by last modified time
    Searched defs:hasPersonalityFn (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Function.h 66 * bit 3 : HasPersonalityFn
550 bool hasPersonalityFn() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 74 * bit 3 : HasPersonalityFn
577 bool hasPersonalityFn() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 86 * bit 3 : HasPersonalityFn
560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn();
688 bool hasPersonalityFn() const {

Completed in 166 milliseconds