Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
H A DModule.h367 std::vector<StructType *> getIdentifiedStructTypes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp490 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
495 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp727 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp699 std::vector<StructType *> getIdentifiedStructTypes() const override;
7136 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader