reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
326 StructType *getTypeByName(StringRef Name) const;
730 return wrap(unwrap(M)->getTypeByName(Name));
lib/Linker/IRMover.cpp 800 StructType *DST = DstM.getTypeByName(STTypePrefix);
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp26 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");