Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp237 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local
242 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()