Searched refs:addCatchTypeInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp400 MMI->addCatchTypeInfo(MBB, TyInfo);
424 MMI->addCatchTypeInfo(MBB, TyInfo);
472 MMI.addCatchTypeInfo(MBB,
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h302 /// addCatchTypeInfo - Provide the catch typeinfo for a landing pad.
304 void addCatchTypeInfo(MachineBasicBlock *LandingPad,
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp428 /// addCatchTypeInfo - Provide the catch typeinfo for a landing pad.
431 addCatchTypeInfo(MachineBasicBlock *LandingPad, function in class:MachineModuleInfo

Completed in 75 milliseconds