Searched refs:DbgValueRecord (Results 1 – 1 of 1) sorted by relevance
1360 PointerUnion<DbgValueInst *, DbgVariableRecord *> DbgValueRecord,1813 PointerUnion<DbgValueInst *, DbgVariableRecord *> DbgValueRecord, in processDbgValue() argument1838 if (isa<DbgVariableRecord *>(DbgValueRecord)) in processDbgValue()1839 return ProcessDbgValueImpl(cast<DbgVariableRecord *>(DbgValueRecord)); in processDbgValue()1840 return ProcessDbgValueImpl(cast<DbgValueInst *>(DbgValueRecord)); in processDbgValue()