Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h680 bool hasUWTable() const { in hasUWTable() function
689 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp878 if (oldFunction->hasUWTable()) in constructFunction()