Searched refs:ContainingTypeMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h85 /// ContainingTypeMap - This map is used to keep track of subprogram DIEs that
88 DenseMap<DIE *, const MDNode *> ContainingTypeMap; member in class:llvm::CompileUnit
H A DDwarfCompileUnit.cpp1478 ContainingTypeMap.insert(
1753 for (DenseMap<DIE *, const MDNode *>::iterator CI = ContainingTypeMap.begin(),
1754 CE = ContainingTypeMap.end();

Completed in 93 milliseconds