Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h250 void parseCommandLineOptions(std::vector<std::string> &Options);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
611 void llvm::parseCommandLineOptions(std::vector<std::string> &Options) { in parseCommandLineOptions() function in llvm
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp475 llvm::parseCommandLineOptions(Options); in lto_set_debug_options()