Home
last modified time | relevance | path

Searched refs:ParseCommandLineOptions (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp29 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in parseFuzzerCLOpts()
65 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedBEOpts()
129 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedOptimizerOpts()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv, in main()
/openbsd-src/gnu/llvm/llvm/utils/fpcmp/
H A Dfpcmp.cpp32 cl::ParseCommandLineOptions(argc, argv); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp36 cl::ParseCommandLineOptions(argc, argv, "LLJITWithCustomObjectLinkingLayer"); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithInitializers/
H A DLLJITWithInitializers.cpp69 cl::ParseCommandLineOptions(argc, argv, "LLJITWithInitializers"); in main()
/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DLLDBTableGen.cpp69 cl::ParseCommandLineOptions(argc, argv); in main()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSystemInitializerFull.cpp66 llvm::cl::ParseCommandLineOptions(1, &arg0); in Initialize()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp43 cl::ParseCommandLineOptions(argc, argv, "LLJITDumpObjects"); in main()
/openbsd-src/gnu/llvm/clang/tools/apinotes-test/
H A DAPINotesTest.cpp28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/openbsd-src/gnu/llvm/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp84 cl::ParseCommandLineOptions(argc, argv, "HowToUseLLJIT"); in main()
/openbsd-src/gnu/llvm/clang/tools/diagtool/
H A DFindDiagnosticID.cpp55 llvm::cl::ParseCommandLineOptions((int)Args.size(), Args.data(), in run()
/openbsd-src/gnu/llvm/llvm/tools/llvm-split/
H A Dllvm-split.cpp54 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp46 cl::ParseCommandLineOptions(Argc, Argv, "Text-based Stubs Comparison Tool"); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp86 cl::ParseCommandLineOptions(argc, argv, "LLJITWithObjectCache"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp52 cl::ParseCommandLineOptions(argc, argv, "Module concatenation"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp49 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp99 cl::ParseCommandLineOptions(argc, argv, "LLJITWithLazyReexports"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp73 cl::ParseCommandLineOptions(argc, argv); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp51 cl::ParseCommandLineOptions(argc, argv, "LLJITWithGDBRegistrationListener"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp77 cl::ParseCommandLineOptions( in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp71 cl::ParseCommandLineOptions(argc, argv); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc-disassemble-fuzzer/
H A Dllvm-mc-disassemble-fuzzer.cpp111 cl::ParseCommandLineOptions(*argc, OriginalArgv); in LLVMFuzzerInitialize()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DTestingSupport.cpp32 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp133 cl::ParseCommandLineOptions(argc, argv, "LLJITWithLazyReexports"); in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp107 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()

12345