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 281 /// addPersonality - Provide the personality function for the exception
283 void addPersonality(MachineBasicBlock *LandingPad,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 410 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
459 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 90 milliseconds