This is an archive of the discontinued LLVM Phabricator instance.

Add findFunctionInfoList() accessor to FunctionInfoIndex.
ClosedPublic

Authored by mehdi_amini on Nov 22 2015, 8:04 PM.

Details

Summary

This allows to query for a function in the map without creating an
entry, allowing to use a const FunctionInfoIndex.

Diff Detail

Event Timeline

mehdi_amini retitled this revision from to Add findFunctionInfoList() accessor to FunctionInfoIndex..
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.
tejohnson accepted this revision.Nov 23 2015, 6:28 AM
tejohnson edited edge metadata.

LGTM, thanks

This revision is now accepted and ready to land.Nov 23 2015, 6:28 AM