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

  /external/llvm/lib/CodeGen/AsmPrinter/
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())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 202 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;
228 computePadMap(LandingPads, PadMap);
257 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
258 if (L == PadMap.end())

Completed in 76 milliseconds