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

  /external/llvm/lib/IR/
Module.cpp 439 TypeFinder SrcStructTypes;
440 SrcStructTypes.run(*this, true);
441 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Module.cpp 418 TypeFinder SrcStructTypes;
419 SrcStructTypes.run(*this, true);
420 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end());

Completed in 78 milliseconds