Searched refs:compileSharedObject (Results 1 – 3 of 3) sorted by relevance
120 Expected<std::string> compileSharedObject(const std::string &BitcodeFile);
389 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()