Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp59 setDashDashParsing(true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h189 void setDashDashParsing(bool Value) { DashDashParsing = Value; } in setDashDashParsing() function