Searched refs:compileSharedObject (Results 1 – 9 of 9) sorted by relevance
121 std::string compileSharedObject(const std::string &BitcodeFile,
392 std::string BugDriver::compileSharedObject(const std::string &BitcodeFile, in compileSharedObject() function in BugDriver
970 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator()1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator()
120 std::string compileSharedObject(const std::string &BitcodeFile,
960 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator()1045 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator()
424 std::string BugDriver::compileSharedObject(const std::string &BitcodeFile, in compileSharedObject() function in BugDriver
120 Expected<std::string> compileSharedObject(const std::string &BitcodeFile);
382 BugDriver::compileSharedObject(const std::string &BitcodeFile) { in compileSharedObject() function in BugDriver
982 BD.compileSharedObject(SafeModuleBC.str()); in TestCodeGenerator()1068 Expected<std::string> SharedObject = compileSharedObject(SafeModuleBC.str()); in debugCodeGenerator()