Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp247 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local
252 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()