Home
last modified time | relevance | path

Searched refs:addPersonality (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp158 MMI->addPersonality(P); in beginFragment()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp383 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0))); in AddCatchInfo()
460 MMI.addPersonality(MBB, in AddLandingPadInfo()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h283 void addPersonality(MachineBasicBlock *LandingPad,
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h320 void addPersonality(const Function *Personality);
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp317 void MachineModuleInfo::addPersonality(const Function *Personality) { in addPersonality() function in MachineModuleInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp411 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad, in addPersonality() function in MachineModuleInfo
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp573 MMI.addPersonality(PF); in AddLandingPadInfo()