Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h246 void parseCommandLineOptions(std::vector<std::string> &Options);
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp602 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
605 void llvm::parseCommandLineOptions(std::vector<std::string> &Options) { in parseCommandLineOptions() function in llvm