Searched defs:DanglingDebugInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h97 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
98 class DanglingDebugInfo { class in class:llvm::SelectionDAGBuilder
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { } function in class:llvm::SelectionDAGBuilder::DanglingDebugInfo
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : function in class:llvm::SelectionDAGBuilder::DanglingDebugInfo
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;

Completed in 211 milliseconds