Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Resolver

842   // Add the resolver to the Safe module.
867 // sbyte* so it matches the signature of the resolver function.
907 // call resolver(GetElementPtr...)
908 CallInst *Resolver =
909 CallInst::Create(resolverFunc, ResolverArgs, "resolver", LookupBB);
911 // Cast the result from the resolver to correctly-typed function.
913 new BitCastInst(Resolver,