Loading llvm/include/llvm/Analysis/FindUsedTypes.h +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,10 @@ private: /// void IncorporateType(const Type *Ty); /// IncorporateSymbolTable - Include any named types. /// void IncorporateSymbolTable(const SymbolTable &ST); public: /// run - This incorporates all types used by the specified module bool run(Module &M); Loading Loading
llvm/include/llvm/Analysis/FindUsedTypes.h +4 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,10 @@ private: /// void IncorporateType(const Type *Ty); /// IncorporateSymbolTable - Include any named types. /// void IncorporateSymbolTable(const SymbolTable &ST); public: /// run - This incorporates all types used by the specified module bool run(Module &M); Loading