Lines Matching refs:DebugLoc
84 DebugLoc dl; ///< The debug location for the variable. This is
110 UserValue(const MDNode *var, unsigned o, DebugLoc L,
234 /// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
236 /// Only first one needs DebugLoc to identify variable's lexical scope
238 DebugLoc findDebugLoc();
265 UserValue *getUserValue(const MDNode *Var, unsigned Offset, DebugLoc DL);
375 DebugLoc DL) {
883 DebugLoc UserValue::findDebugLoc() {
884 DebugLoc D = dl;
885 dl = DebugLoc();