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

  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
InlineFunction.cpp 348 auto *NewCatchSwitch = CatchSwitchInst::Create(
353 NewCatchSwitch->addHandler(PadBB);
354 Replacement = NewCatchSwitch;
    [all...]

Completed in 441 milliseconds