Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp238 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() local
243 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()