Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGVMaterializer.h46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
H A DModule.h344 std::vector<StructType *> getIdentifiedStructTypes() const;
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dtype-mapping-bug.ll19 ; which will then show up in Src's getIdentifiedStructTypes().
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp463 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
468 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp813 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp686 std::vector<StructType *> getIdentifiedStructTypes() const override;
6563 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader