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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 158 MMI->addPersonality(P);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 252 void addPersonality(const Function *Personality);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 153 MMI->addPersonality(P);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 318 /// addPersonality - Provide the personality function for the exception
320 void addPersonality(const Function *Personality);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 281 /// addPersonality - Provide the personality function for the exception
283 void addPersonality(MachineBasicBlock *LandingPad,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 383 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
460 MMI.addPersonality(MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineModuleInfo.cpp 252 void MachineModuleInfo::addPersonality(const Function *Personality) {
MachineFunction.cpp 813 MF.getMMI().addPersonality(PF);
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 317 void MachineModuleInfo::addPersonality(const Function *Personality) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 573 MMI.addPersonality(PF);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 409 /// addPersonality - Provide the personality function for the exception
411 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad,

Completed in 248 milliseconds