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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 58 bool hasLandingPads = !MMI->getLandingPads().empty();
ARMException.cpp 75 if (!MMI->getLandingPads().empty()) {
DwarfCFIException.cpp 91 bool hasLandingPads = !MMI->getLandingPads().empty();
DwarfException.cpp 350 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads();
  /external/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 328 /// getLandingPads - Return a reference to the landing pad info for the
330 const std::vector<LandingPadInfo> &getLandingPads() const {

Completed in 222 milliseconds