Home
last modified time | relevance | path

Searched defs:removeArgument (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerCommand.h77 void removeArgument(const std::string &Arg) { in removeArgument() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp452 void Option::removeArgument() { GlobalParser->removeOption(this); } in removeArgument() function in Option