Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1360 PointerUnion<DbgValueInst *, DbgVariableRecord *> DbgValueRecord,
1813 PointerUnion<DbgValueInst *, DbgVariableRecord *> DbgValueRecord, in processDbgValue() argument
1838 if (isa<DbgVariableRecord *>(DbgValueRecord)) in processDbgValue()
1839 return ProcessDbgValueImpl(cast<DbgVariableRecord *>(DbgValueRecord)); in processDbgValue()
1840 return ProcessDbgValueImpl(cast<DbgValueInst *>(DbgValueRecord)); in processDbgValue()