Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DebugLoc

100     DebugLoc dl;
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { }
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
107 DebugLoc getdl() { return dl; }
657 DebugLoc getCurDebugLoc() const {
658 return CurInst ? CurInst->getDebugLoc() : DebugLoc();