Searched refs:compileSharedObject (Results 1 – 3 of 3) sorted by relevance
103 /// compileSharedObject - This method creates a SharedObject from a given106 Expected<std::string> compileSharedObject(const std::string &BitcodeFile);
376 BugDriver::compileSharedObject(const std::string &BitcodeFile) { in compileSharedObject() function in BugDriver
981 BD.compileSharedObject(std::string(SafeModuleBC)); in TestCodeGenerator()1069 compileSharedObject(std::string(SafeModuleBC)); in debugCodeGenerator()