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

  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 522 if (!Kept.empty() && TestNamedMDs(Kept))
524 if (!Prefix.empty() && TestNamedMDs(Prefix))
529 bool TestNamedMDs(std::vector<std::string> &NamedMDs);
533 bool ReduceCrashingNamedMD::TestNamedMDs(std::vector<std::string> &NamedMDs) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 762 if (!Kept.empty() && TestNamedMDs(Kept))
764 if (!Prefix.empty() && TestNamedMDs(Prefix))
769 bool TestNamedMDs(std::vector<std::string> &NamedMDs);
773 bool ReduceCrashingNamedMD::TestNamedMDs(std::vector<std::string> &NamedMDs) {
    [all...]

Completed in 140 milliseconds