Searched refs:DbgValueLocEntry (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 40 class DbgValueLocEntry { 75 DbgValueLocEntry(TargetIndexLocation Loc) in DbgValueLocEntry() function 90 friend bool operator==(const DbgValueLocEntry &, const DbgValueLocEntry &); 112 SmallVector<DbgValueLocEntry, 2> ValueLocEntries; 161 for (const 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 D | DwarfDebug.cpp | 237 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() 242 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue() 245 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset()))); 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() 637 DbgValueLoc DbgLocVal(CombinedExpr, DbgValueLocEntry(Val)); in finishCallSiteParams() 2582 &AP](const DbgValueLocEntry &Entry, in emitDebugLocValue() 2637 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()
|
| H A D | DwarfCompileUnit.cpp | 747 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in constructVariableDIEImpl() 781 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in constructVariableDIEImpl() 793 auto AddEntry = [&](const DbgValueLocEntry &Entry, in constructVariableDIEImpl()
|