This is a convenience iterator that allows clients to enumerate the
GlobalObjects within a Module.
Also start using it in a few places where it is obviously the right thing
to use.
Paths
| Differential D21580
IR: Introduce Module::global_objects(). ClosedPublic Authored by pcc on Jun 21 2016, 5:46 PM.
Details Summary This is a convenience iterator that allows clients to enumerate the Also start using it in a few places where it is obviously the right thing
Diff Detail
Event Timelinepcc updated this object.
Comment Actions LGTM other than the odd typedef name.
This revision is now accepted and ready to land.Jun 22 2016, 12:15 PM
Closed by commit rL273470: IR: Introduce Module::global_objects(). (authored by pcc). · Explain WhyJun 22 2016, 1:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 61601 llvm/trunk/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
llvm/trunk/include/llvm/IR/Module.h
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/Transforms/IPO/GlobalDCE.cpp
llvm/trunk/test/CodeGen/XCore/linkage.ll
|