Home
last modified time | relevance | path

Searched refs:SrcStructTypes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/IR/
H A DModule.cpp439 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
440 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
441 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp442 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
443 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
444 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp471 TypeFinder SrcStructTypes; in getIdentifiedStructTypes() local
472 SrcStructTypes.run(*this, true); in getIdentifiedStructTypes()
473 Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end()); in getIdentifiedStructTypes()