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 276 /// addPersonality - Provide the personality function for the exception
278 void addPersonality(MachineBasicBlock *LandingPad,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 385 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 411 /// addPersonality - Provide the personality function for the exception
413 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad,

Completed in 163 milliseconds