Lines Matching refs:ResolveInfo
33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
37 typedef GCFactory<ResolveInfo*, 128> FreeInfoSet;
51 ResolveInfo* createSymbol(
54 ResolveInfo::Type pType,
55 ResolveInfo::Desc pDesc,
56 ResolveInfo::Binding pBinding,
57 ResolveInfo::SizeType pSize,
58 ResolveInfo::Visibility pVisibility = ResolveInfo::Default);
68 ResolveInfo::Type pType,
69 ResolveInfo::Desc pDesc,
70 ResolveInfo::Binding pBinding,
71 ResolveInfo::SizeType pSize,
73 ResolveInfo::Visibility pVisibility,
74 ResolveInfo* pOldInfo,
82 const ResolveInfo* findInfo(const llvm::StringRef& pName) const;
83 ResolveInfo* findInfo(const llvm::StringRef& pName);