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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 197 StringRef HandlerPrefix = MBB->isCleanupFuncletEntry() ? "dtor" : "catch";
249 if (!CurrentFuncletEntry->isCleanupFuncletEntry())
276 !CurrentFuncletEntry->isCleanupFuncletEntry()) {
923 if (FuncletStart->isCleanupFuncletEntry())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 163 bool IsCleanupFuncletEntry = false;
558 bool isCleanupFuncletEntry() const { return IsCleanupFuncletEntry; }
561 void setIsCleanupFuncletEntry(bool V = true) { IsCleanupFuncletEntry = V; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp 521 assert(!MBB.isCleanupFuncletEntry() && "Only Itanium ABI EH supported!");
X86FrameLowering.cpp 1756 if (!MBB.isCleanupFuncletEntry()) {

Completed in 24 milliseconds