Searched refs:SPMap (Results 1 – 2 of 2) sorted by relevance
370 auto &CU = SPMap[SP]; in constructAbstractSubprogramScopeDIE()483 SPMap.insert(std::make_pair(SP, &CU)); in beginModule()527 for (const auto &P : SPMap) in finishSubprogramDefinitions()683 SPMap.clear(); in endModule()1130 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); in beginFunction()1209 DwarfCompileUnit &TheCU = *SPMap.lookup(SP); in endFunction()
205 MapVector<const MDNode *, DwarfCompileUnit *> SPMap; variable