Home
last modified time | relevance | path

Searched refs:hasUWTable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h256 bool hasUWTable() const {
268 return hasUWTable() || !doesNotThrow();
/external/llvm/include/llvm/IR/
DFunction.h380 bool hasUWTable() const {
389 return hasUWTable() || !doesNotThrow();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h403 bool hasUWTable() const { in hasUWTable() function
412 return hasUWTable() || !doesNotThrow(); in needsUnwindTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h551 bool hasUWTable() const { in hasUWTable() function
560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp682 if (oldFunction->hasUWTable()) in constructFunction()