Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
H A DModule.h343 std::vector<StructType *> getIdentifiedStructTypes() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp466 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
471 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp796 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp576 std::vector<StructType *> getIdentifiedStructTypes() const override;
5645 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader