Searched defs:PadMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp193 RangeMapType &PadMap) {
194 // Invokes and nounwind calls have entries in PadMap (due to being bracketed
201 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!");
203 PadMap[BeginLabel] = P;
218 RangeMapType PadMap; local
219 computePadMap(LandingPads, PadMap);
248 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
249 if (L == PadMap.end())
191 computePadMap( const SmallVectorImpl<const LandingPadInfo *> &LandingPads, RangeMapType &PadMap) argument

Completed in 114 milliseconds