HomeSort by relevance Sort by last modified time
    Searched refs:findUsedStructTypes (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Module.h 304 /// findUsedStructTypes - Walk the entire module and find all of the
306 void findUsedStructTypes(std::vector<StructType*> &StructTypes) const;
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 179 M.findUsedStructTypes(StructTypes);
  /external/llvm/lib/VMCore/
Module.cpp 593 void Module::findUsedStructTypes(std::vector<StructType*> &StructTypes) const {
AsmWriter.cpp 162 M.findUsedStructTypes(NamedTypes);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 598 SrcM->findUsedStructTypes(SrcStructTypes);
603 DstM->findUsedStructTypes(DstStructTypes);
    [all...]

Completed in 68 milliseconds