Searched refs:getLocEntries (Results 1 – 3 of 3) sorted by relevance
154 const ArrayRef<DbgValueLocEntry> getLocEntries() const { in getLocEntries() function
2567 assert(Value.getLocEntries().size() == 1); in emitDebugLocValue()2568 assert(Value.getLocEntries()[0].isLocation()); in emitDebugLocValue()2569 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()2629 if (!EmitValueLocEntry(Value.getLocEntries()[0], ExprCursor)) in emitDebugLocValue()2637 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()2646 return EmitValueLocEntry(Value.getLocEntries()[Idx], Cursor); in emitDebugLocValue()
747 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in constructVariableDIEImpl()781 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in constructVariableDIEImpl()831 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()