Home
last modified time | relevance | path

Searched refs:compileSharedObject (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/tools/bugpoint/
H A DBugDriver.h121 std::string compileSharedObject(const std::string &BitcodeFile,
H A DMiscompilation.cpp970 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator()
1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator()
H A DExecutionDriver.cpp392 std::string BugDriver::compileSharedObject(const std::string &BitcodeFile, in compileSharedObject() function in BugDriver