Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h278 StringRef parseMPreferVectorWidthOption(clang::DiagnosticsEngine &Diags,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp3275 StringRef tools::parseMPreferVectorWidthOption(clang::DiagnosticsEngine &Diags, in parseMPreferVectorWidthOption() function in tools
H A DClang.cpp7482 StringRef VecWidth = parseMPreferVectorWidthOption(D.getDiags(), Args); in ConstructJob()