Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h663 bool hasUWTable() const { in hasUWTable() function
674 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1277 if (MAI->usesCFIWithoutEH() && F.hasUWTable()) in getFunctionCFISectionType()