Lines Matching refs:Name
22 // Compute a "unique" hash for the module based on the name of the public
41 auto Name = F.getName();
42 Hasher.update(Name);
47 auto Name = GV.getName();
48 Hasher.update(Name);
77 // Simple pass that provides a name to every anon function.
84 /// Specify pass name for debug output
85 const char *getPassName() const override { return "Name Anon Functions"; }
95 INITIALIZE_PASS_BEGIN(NameAnonFunction, "name-anon-functions",
96 "Provide a name to nameless functions", false, false)
97 INITIALIZE_PASS_END(NameAnonFunction, "name-anon-functions",
98 "Provide a name to nameless functions", false, false)