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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 314 /// addLandingPad - Add a new panding pad. Returns the label ID for the
316 MCSymbol *addLandingPad(MachineBasicBlock *LandingPad);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 277 /// addLandingPad - Add a new panding pad. Returns the label ID for the
279 MCSymbol *addLandingPad(MachineBasicBlock *LandingPad);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 308 /// addLandingPad - Provide the label of a try LandingPad block.
310 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 400 /// addLandingPad - Provide the label of a try LandingPad block.
402 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 692 MCSymbol *Label = MF->getMMI().addLandingPad(MBB);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 298 milliseconds