Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:SharedObject

970   std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error);
974 FileRemover SharedObjectRemover(SharedObject, !SaveTemps);
979 SharedObject, false, &Error);
1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error);
1065 outs() << " lli -load " << SharedObject << " " << TestModuleBC;
1069 outs() << " cc " << SharedObject << " " << TestModuleBC.str()
1082 << " cc -xc temporary.c -O2 -o " << SharedObject;