Home
last modified time | relevance | path

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

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