Searched refs:DbgValueLocEntries (Results 1 – 1 of 1) sorted by relevance
237 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local242 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue()244 DbgValueLocEntries.push_back( in getDebugLocValue()247 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getImm())); in getDebugLocValue()249 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getFPImm())); in getDebugLocValue()251 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getCImm())); in getDebugLocValue()255 return DbgValueLoc(Expr, DbgValueLocEntries, IsVariadic); in getDebugLocValue()