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.h383 std::vector<StructType *> getIdentifiedStructTypes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp480 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
485 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp829 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp714 std::vector<StructType *> getIdentifiedStructTypes() const override;
7072 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader