Home
last modified time | relevance | path

Searched refs:ContainingTypeMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h102 DenseMap<DIE *, const DINode *> ContainingTypeMap; variable
DDwarfUnit.cpp1219 ContainingTypeMap.insert( in applySubprogramAttributes()
1344 for (auto CI = ContainingTypeMap.begin(), CE = ContainingTypeMap.end(); in constructContainingTypeDIEs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h74 DenseMap<DIE *, const DINode *> ContainingTypeMap; variable
DDwarfUnit.cpp1265 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
1450 for (auto CI = ContainingTypeMap.begin(), CE = ContainingTypeMap.end(); in constructContainingTypeDIEs()