Home
last modified time | relevance | path

Searched refs:doesSupportExceptionHandling (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h535 bool doesSupportExceptionHandling() const { in doesSupportExceptionHandling() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h598 bool doesSupportExceptionHandling() const { in doesSupportExceptionHandling() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h639 bool doesSupportExceptionHandling() const { in doesSupportExceptionHandling() function
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1351 if (MAI->doesSupportExceptionHandling() && MMI) { in doFinalization()