Searched refs:DbgValueLocEntry (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 40 class DbgValueLocEntry { 75 DbgValueLocEntry(TargetIndexLocation Loc) in DbgValueLocEntry() function 93 friend bool operator==(const DbgValueLocEntry &, const DbgValueLocEntry &); 115 SmallVector<DbgValueLocEntry, 2> ValueLocEntries; 161 DbgValueLocEntry ThisOp = ValueLocEntries[0]; in isEquivalent() 256 inline bool operator==(const DbgValueLocEntry &A, const DbgValueLocEntry &B) { 261 case DbgValueLocEntry::E_Location: 263 case DbgValueLocEntry::E_TargetIndexLocation: 265 case DbgValueLocEntry::E_Integer: 267 case DbgValueLocEntry::E_ConstantFP: [all …]
|
| H A D | DwarfDebug.cpp | 247 SmallVector<DbgValueLocEntry, 4> DbgValueLocEntries; in getDebugLocValue() 252 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue() 255 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset()))); 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() 619 DbgValueLoc DbgLocVal(CombinedExpr, DbgValueLocEntry(Val)); in finishCallSiteParams() 2662 &AP](const DbgValueLocEntry &Entry, in emitDebugLocValue() 2717 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()
|
| H A D | DwarfCompileUnit.cpp | 767 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in applyConcreteDbgVariableAttributes() 801 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in applyConcreteDbgVariableAttributes() 813 auto AddEntry = [&](const DbgValueLocEntry &Entry, in applyConcreteDbgVariableAttributes()
|