Home
last modified time | relevance | path

Searched defs:CLArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp19 std::vector<const char *> CLArgs; in parseFuzzerCLOpts() local
60 std::vector<const char *> CLArgs; in handleExecNameEncodedBEOpts() local
134 std::vector<const char *> CLArgs; in handleExecNameEncodedOptimizerOpts() local
/llvm-project/clang/tools/clang-fuzzer/fuzzer-initialize/
H A Dfuzzer_initialize.cpp29 static std::vector<const char *> CLArgs; variable
/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp338 static std::string findInputFile(const CommandLineArguments &CLArgs) { in findInputFile() argument