Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Resolver

806   // Add the resolver to the Safe module.
831 // sbyte* so it matches the signature of the resolver function.
871 // call resolver(GetElementPtr...)
872 CallInst *Resolver =
873 CallInst::Create(resolverFunc, ResolverArgs, "resolver", LookupBB);
875 // Cast the result from the resolver to correctly-typed function.
877 new BitCastInst(Resolver,