HomeSort by: relevance | last modified time | path
    Searched refs:IsFinally (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 51 bool IsFinally = false;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 653 if (UME.IsFinally) {
668 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction"
671 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler");
1068 UME.IsFinally ? getMCSymbolForMBB(Asm, Handler) : Handler->getSymbol();
1074 AddComment(UME.IsFinally ? "Null" : "FilterFunction");
1076 AddComment(UME.IsFinally ? "FinallyFunclet" : "ExceptionHandler");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 340 Entry.IsFinally = false;
351 Entry.IsFinally = true;

Completed in 33 milliseconds