Home
last modified time | relevance | path

Searched refs:PadMap (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp193 RangeMapType &PadMap) { in computePadMap() argument
201 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!"); in computePadMap()
203 PadMap[BeginLabel] = P; in computePadMap()
218 RangeMapType PadMap; in computeCallSiteTable() local
219 computePadMap(LandingPads, PadMap); in computeCallSiteTable()
248 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in computeCallSiteTable()
249 if (L == PadMap.end()) in computeCallSiteTable()
DWin64Exception.cpp298 RangeMapType PadMap; in emitCXXFrameHandler3Table() local
299 computePadMap(LandingPads, PadMap); in emitCXXFrameHandler3Table()
326 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in emitCXXFrameHandler3Table()
327 if (L == PadMap.end()) in emitCXXFrameHandler3Table()
DEHStreamer.h84 RangeMapType &PadMap);