HomeSort by relevance Sort by last modified time
    Searched defs:LandingPads (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 117 /// LandingPads - List of LandingPadInfo describing the landing pad
119 std::vector<LandingPadInfo> LandingPads;
342 return LandingPads;
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads,
88 FirstActions.reserve(LandingPads.size());
95 I = LandingPads.begin(), E = LandingPads.end(); I != E; ++I) {
199 const SmallVectorImpl<const LandingPadInfo *> &LandingPads,
232 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
323 SmallVector<const LandingPadInfo *, 64> LandingPads;
324 LandingPads.reserve(PadInfos.size());
327 LandingPads.push_back(&PadInfos[i]);
330 std::sort(LandingPads.begin(), LandingPads.end()
    [all...]

Completed in 212 milliseconds