HomeSort by relevance Sort by last modified time
    Searched refs:NewCatchSwitch (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 649 auto *NewCatchSwitch = CatchSwitchInst::Create(
654 NewCatchSwitch->addHandler(PadBB);
659 FuncletUnwindMap[NewCatchSwitch] = UnwindDestToken;
660 Replacement = NewCatchSwitch;
    [all...]
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 729 auto *NewCatchSwitch = CatchSwitchInst::Create(
734 NewCatchSwitch->addHandler(PadBB);
739 FuncletUnwindMap[NewCatchSwitch] = UnwindDestToken
    [all...]
Local.cpp     [all...]

Completed in 2594 milliseconds