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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 298 RangeMapType PadMap;
299 computePadMap(LandingPads, PadMap);
326 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
327 if (L == PadMap.end())
EHStreamer.cpp 193 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;
219 computePadMap(LandingPads, PadMap);
248 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
249 if (L == PadMap.end())

Completed in 101 milliseconds