HomeSort by: relevance | last modified time | path
    Searched refs:getIdentifiedStructTypes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GVMaterializer.h 46 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
Module.h 340 std::vector<StructType *> getIdentifiedStructTypes() const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 462 std::vector<StructType *> Module::getIdentifiedStructTypes() const {
467 return Materializer->getIdentifiedStructTypes();
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 780 // SrcM->getIdentifiedStructTypes() below).
795 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes();
802 // getIdentifiedStructTypes() can have found it by walking debug info
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 576 std::vector<StructType *> getIdentifiedStructTypes() const override;
5714 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const {

Completed in 118 milliseconds