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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
H A DModule.h336 std::vector<StructType *> getIdentifiedStructTypes() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp462 std::vector<StructType *> Module::getIdentifiedStructTypes() const {
467 return Materializer->getIdentifiedStructTypes();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp772 // SrcM->getIdentifiedStructTypes() below).
787 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes();
794 // getIdentifiedStructTypes() can have found it by walking debug info
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp575 std::vector<StructType *> getIdentifiedStructTypes() const override;
5458 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { function in class:BitcodeReader

Completed in 84 milliseconds