Searched refs:AddLiteralOption (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h106 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
116 void AddLiteralOption(Option &O, StringRef Name);
854 AddLiteralOption(Owner, Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp436 void cl::AddLiteralOption(Option &O, StringRef Name) { function in class:cl

Completed in 118 milliseconds