HomeSort by: relevance | last modified time | path
    Searched refs:BestGuess (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp 154 std::string BestGuess = defaultPath(HostArgv, "llvm-jitlink-executor");
155 auto Executor = CreateLocal(BestGuess);
159 formatv("Unable to find usable executor: {0}", BestGuess),
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.cpp 166 if (llvm::Optional<llvm::StringRef> BestGuess =
168 Flag = *BestGuess;
Marshallers.h 511 if (llvm::Optional<std::string> BestGuess =
514 << i + 1 << Value.getString() << *BestGuess;
637 if (llvm::Optional<std::string> BestGuess = \
641 << index + 1 << Args[index].Value.getString() << *BestGuess; \
847 if (llvm::Optional<std::string> BestGuess =
851 << 2 << Args[1].Value.getString() << *BestGuess;

Completed in 29 milliseconds