Home
last modified time | relevance | path

Searched refs:SPMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp370 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()
DDwarfDebug.h205 MapVector<const MDNode *, DwarfCompileUnit *> SPMap; variable