Home
last modified time | relevance | path

Searched refs:getIdentifiedStructTypes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGVMaterializer.h46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
DModule.h328 std::vector<StructType *> getIdentifiedStructTypes() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp434 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
439 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp783 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp577 std::vector<StructType *> getIdentifiedStructTypes() const override;
5359 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader