Searched defs:SetupEntryBlockForSjLj (Results 1 - 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5549 /// SetupEntryBlockForSjLj - Insert code into the entry block that creates and 5552 SetupEntryBlockForSjLj(MachineInstr *MI, MachineBasicBlock *MBB, function in class:ARMTargetLowering 5753 SetupEntryBlockForSjLj(MI, MBB, DispatchBB, FI);
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 7280 /// SetupEntryBlockForSjLj - Insert code into the entry block that creates and 7282 void ARMTargetLowering::SetupEntryBlockForSjLj(MachineInstr &MI, function in class:ARMTargetLowering 7486 SetupEntryBlockForSjLj(MI, MBB, DispatchBB, FI);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23938 void X86TargetLowering::SetupEntryBlockForSjLj(MachineInstr &MI, function in class:X86TargetLowering 24063 SetupEntryBlockForSjLj(MI, BB, DispatchBB, FI); [all...] |
Completed in 281 milliseconds