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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 468 MMI->addCatchTypeInfo(MBB, TyInfo);
492 MMI->addCatchTypeInfo(MBB, TyInfo);
512 MMI.addCatchTypeInfo(MBB,
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 313 /// addCatchTypeInfo - Provide the catch typeinfo for a landing pad.
315 void addCatchTypeInfo(MachineBasicBlock *LandingPad,
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 428 /// addCatchTypeInfo - Provide the catch typeinfo for a landing pad.
431 addCatchTypeInfo(MachineBasicBlock *LandingPad,

Completed in 196 milliseconds