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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h79 RangeMapType &PadMap);
H A DEHStreamer.cpp202 RangeMapType &PadMap) {
203 // Invokes and nounwind calls have entries in PadMap (due to being bracketed
210 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!");
212 PadMap[BeginLabel] = P;
227 RangeMapType PadMap; local
228 computePadMap(LandingPads, PadMap);
257 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
258 if (L == PadMap.end())
200 computePadMap( const SmallVectorImpl<const LandingPadInfo *> &LandingPads, RangeMapType &PadMap) argument

Completed in 98 milliseconds