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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h92 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
106 /// DanglingDebugInfoMap - Keeps track of dbg_values for which we have not
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap; member in class:llvm::SelectionDAGBuilder
H A DSelectionDAGBuilder.cpp877 DanglingDebugInfoMap.clear();
984 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V];
1000 DanglingDebugInfoMap[V] = DanglingDebugInfo();
4728 DanglingDebugInfoMap[V] = DDI;

Completed in 148 milliseconds