Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h40 class DbgValueLocEntry {
75 DbgValueLocEntry(TargetIndexLocation Loc) in DbgValueLocEntry() function
90 friend bool operator==(const DbgValueLocEntry &, const DbgValueLocEntry &);
112 SmallVector<DbgValueLocEntry, 2> ValueLocEntries;
161 for (DbgValueLocEntry DV : ValueLocEntries) in dump()
233 inline bool operator==(const DbgValueLocEntry &A, const DbgValueLocEntry &B) {
238 case DbgValueLocEntry::E_Location:
240 case DbgValueLocEntry::E_TargetIndexLocation:
242 case DbgValueLocEntry::E_Integer:
244 case DbgValueLocEntry::E_ConstantFP:
[all …]
H A DDwarfDebug.cpp240 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue()
245 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue()
248 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset()))); in getDebugLocValue()
250 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getImm())); in getDebugLocValue()
252 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getFPImm())); in getDebugLocValue()
254 DbgValueLocEntries.push_back(DbgValueLocEntry(Op.getCImm())); in getDebugLocValue()
640 DbgValueLoc DbgLocVal(CombinedExpr, DbgValueLocEntry(Val)); in finishCallSiteParams()
2562 &AP](const DbgValueLocEntry &Entry, in emitDebugLocValue()
2617 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()
H A DDwarfCompileUnit.cpp735 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in constructVariableDIEImpl()
769 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in constructVariableDIEImpl()
781 auto AddEntry = [&](const DbgValueLocEntry &Entry, in constructVariableDIEImpl()