HomeSort by relevance Sort by last modified time
    Searched refs:uniqueFN (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 408 std::string uniqueFN = "--extract-blocks-file=";
409 uniqueFN += Filename.str();
410 const char *ExtraArg = uniqueFN.c_str();
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 356 std::string uniqueFN = "--extract-blocks-file=" + uniqueFilename.str();
357 const char *ExtraArg = uniqueFN.c_str();

Completed in 335 milliseconds