Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h98 class DanglingDebugInfo {
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() function
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp943 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
963 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4525 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()