Searched refs:DbgValueLocEntries (Results 1 – 1 of 1) sorted by relevance
247 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local252 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue()254 DbgValueLocEntries.push_back( in getDebugLocValue()257 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getImm())); in getDebugLocValue()259 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getFPImm())); in getDebugLocValue()261 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getCImm())); in getDebugLocValue()265 return DbgValueLoc(Expr, DbgValueLocEntries, IsVariadic); in getDebugLocValue()