Home | History | Annotate | Download | only in JIT

Lines Matching defs:Prefix

893     std::string Prefix = std::string(Name.begin(), Name.end()-9);
894 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
896 if (void *Ptr = getPointerToNamedFunction(Prefix, false))