Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h93 class DanglingDebugInfo {
98 DanglingDebugInfo() : DI(0), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() function
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp959 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
975 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4669 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()