Searched refs:getLocEntries (Results 1 – 3 of 3) sorted by relevance
168 ArrayRef<DbgValueLocEntry> getLocEntries() const { return ValueLocEntries; } in getLocEntries() function
3086 assert(Value.getLocEntries().size() == 1); in emitDebugLocValue()3087 assert(Value.getLocEntries()[0].isLocation()); in emitDebugLocValue()3088 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()3148 if (!EmitValueLocEntry(Value.getLocEntries()[0], ExprCursor)) in emitDebugLocValue()3156 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()3165 return EmitValueLocEntry(Value.getLocEntries()[Idx], Cursor); in emitDebugLocValue()
822 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in applyConcreteDbgVariableAttributes()856 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in applyConcreteDbgVariableAttributes()906 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()