Searched refs:getIdentifiedStructTypes (Results 1 – 6 of 6) sorted by relevance
46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
344 std::vector<StructType *> getIdentifiedStructTypes() const;
19 ; which will then show up in Src's getIdentifiedStructTypes().
463 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module468 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
813 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
686 std::vector<StructType *> getIdentifiedStructTypes() const override;6563 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader