reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Module.h
  326   StructType *getTypeByName(StringRef Name) const;

References

lib/IR/Core.cpp
  730   return wrap(unwrap(M)->getTypeByName(Name));
lib/Linker/IRMover.cpp
  800     StructType *DST = DstM.getTypeByName(STTypePrefix);
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp
   26   Type *KMPCMicroTy = M->getTypeByName("kmpc_micro");
   38     StructType *IdentTy = M->getTypeByName("struct.ident_t");
  278     StructType *IdentTy = M->getTypeByName("struct.ident_t");
  297     StructType *IdentTy = M->getTypeByName("struct.ident_t");
  320   StructType *IdentTy = M->getTypeByName("struct.ident_t");
  359   StructType *IdentTy = M->getTypeByName("struct.ident_t");
  381   StructType *IdentTy = M->getTypeByName("struct.ident_t");
  421   StructType *IdentTy = M->getTypeByName("struct.ident_t");
  452     StructType *IdentTy = M->getTypeByName(StructName);
unittests/Analysis/TargetLibraryInfoTest.cpp
   64   auto *StructTy = M->getTypeByName("foo");