Searched refs:PadMap (Results 1 – 3 of 3) sorted by relevance
193 RangeMapType &PadMap) { in computePadMap() argument201 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!"); in computePadMap()203 PadMap[BeginLabel] = P; in computePadMap()218 RangeMapType PadMap; in computeCallSiteTable() local219 computePadMap(LandingPads, PadMap); in computeCallSiteTable()248 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in computeCallSiteTable()249 if (L == PadMap.end()) in computeCallSiteTable()
298 RangeMapType PadMap; in emitCXXFrameHandler3Table() local299 computePadMap(LandingPads, PadMap); in emitCXXFrameHandler3Table()326 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in emitCXXFrameHandler3Table()327 if (L == PadMap.end()) in emitCXXFrameHandler3Table()
84 RangeMapType &PadMap);