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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 292 /// addPersonality - Provide the personality function for the exception
294 void addPersonality(MachineBasicBlock *LandingPad,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 451 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
500 MMI.addPersonality(MBB,
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 409 /// addPersonality - Provide the personality function for the exception
411 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad,

Completed in 373 milliseconds