Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp73 static std::string ContinueOption; variable
149 ContinueOption = Arg->getValue(); in llvm_dwp_main()
150 if (ContinueOption == "soft-stop") { in llvm_dwp_main()
152 } else if (ContinueOption == "continue") { in llvm_dwp_main()
156 << ContinueOption << '\n'; in llvm_dwp_main()