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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 47 if (MMI->getLandingPads().empty())
101 bool hasLandingPads = !MMI->getLandingPads().empty();
ARMException.cpp 78 !MMI->getLandingPads().empty();
EHStreamer.cpp 341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads();
WinException.cpp 66 bool hasLandingPads = !MMI->getLandingPads().empty();
    [all...]
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 59 bool hasLandingPads = !MMI->getLandingPads().empty();
DwarfCFIException.cpp 91 bool hasLandingPads = !MMI->getLandingPads().empty();
DwarfException.cpp 350 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 207 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads();
561 if (!MMI->getLandingPads().empty())
566 if (!MMI->getLandingPads().empty())
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 359 /// getLandingPads - Return a reference to the landing pad info for the
361 const std::vector<LandingPadInfo> &getLandingPads() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 328 /// getLandingPads - Return a reference to the landing pad info for the
330 const std::vector<LandingPadInfo> &getLandingPads() const {
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 132 (!MF.getMMI().getLandingPads().empty() ||
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 85 if (!MF.getMMI().getLandingPads().empty()) {

Completed in 1264 milliseconds