HomeSort by relevance Sort by last modified time
    Searched defs:swapProgramIn (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
BugDriver.h 135 /// swapProgramIn - Set the current module to the specified module, returning
137 Module *swapProgramIn(Module *M) {
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 140 /// swapProgramIn - Set the current module to the specified module, returning
142 Module *swapProgramIn(Module *M) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
BugDriver.cpp 122 std::unique_ptr<Module> BugDriver::swapProgramIn(std::unique_ptr<Module> M) {

Completed in 67 milliseconds