Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h170 ArrayRef<DbgValueLocEntry> getLocEntries() const { return ValueLocEntries; } in getLocEntries() function
H A DDwarfDebug.cpp2647 assert(Value.getLocEntries().size() == 1); in emitDebugLocValue()
2648 assert(Value.getLocEntries()[0].isLocation()); in emitDebugLocValue()
2649 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()
2709 if (!EmitValueLocEntry(Value.getLocEntries()[0], ExprCursor)) in emitDebugLocValue()
2717 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()
2726 return EmitValueLocEntry(Value.getLocEntries()[Idx], Cursor); in emitDebugLocValue()
H A DDwarfCompileUnit.cpp767 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in applyConcreteDbgVariableAttributes()
801 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in applyConcreteDbgVariableAttributes()
851 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()