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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 214 /// AddCatchInfo - Extract the personality and type infos from an eh.selector
216 void AddCatchInfo(const CallInst &I,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 374 /// AddCatchInfo - Extract the personality and type infos from an eh.selector
376 void llvm::AddCatchInfo(const CallInst &I, MachineModuleInfo *MMI,
440 AddCatchInfo(*EHSel, MMI, FLI.MBBMap[LPad]);
FastISel.cpp 604 AddCatchInfo(*Call, &FuncInfo.MF->getMMI(), FuncInfo.MBB);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 1691 milliseconds