Searched refs:DbgValueLocEntries (Results 1 – 1 of 1) sorted by relevance
238 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local243 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue()245 DbgValueLocEntries.push_back( in getDebugLocValue()248 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getImm())); in getDebugLocValue()250 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getFPImm())); in getDebugLocValue()252 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getCImm())); in getDebugLocValue()256 return DbgValueLoc(Expr, DbgValueLocEntries, IsVariadic); in getDebugLocValue()