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

  /external/llvm/lib/IR/
Instruction.cpp 475 return CRI->unwindsToCaller();
477 return CatchSwitch->unwindsToCaller();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 334 if (CRI->unwindsToCaller()) {
347 if (CatchSwitch->unwindsToCaller()) {
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 383 CatchSwitch->unwindsToCaller();
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 2167 milliseconds