Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 108) sorted by relevance

12345

/llvm-project-15.0.7/llvm/utils/
H A Dllvm-mca-compare.py95 def verify_program_inputs(opts): argument
112 def run_llvm_mca_tool(opts, file_name): argument
195 def console_print_results(matrix_of_code_regions, opts): argument
302 def draw_plot_files_summary(array_of_summary, opts): argument
432 array_average_resource_pressure_per_file, opts, name_target_info_resources argument
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py451 def run(opts): argument
478 def report_failure(opts): argument
536 def run_analyzer(opts, continuation=report_failure): argument
601 def ctu_collect_phase(opts): argument
663 def dispatch_ctu(opts, continuation=run_analyzer): argument
687 def filter_debug_flags(opts, continuation=dispatch_ctu): argument
698 def language_check(opts, continuation=filter_debug_flags): argument
728 def arch_check(opts, continuation=language_check): argument
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp112 bool Fortran::frontend::parseDiagnosticArgs(clang::DiagnosticOptions &opts, in parseDiagnosticArgs()
119 static void parseCodeGenArgs(Fortran::frontend::CodeGenOptions &opts, in parseCodeGenArgs()
134 static void parseTargetArgs(TargetOptions &opts, llvm::opt::ArgList &args) { in parseTargetArgs()
141 static void setUpFrontendBasedOnAction(FrontendOptions &opts) { in setUpFrontendBasedOnAction()
150 static bool parseFrontendArgs(FrontendOptions &opts, llvm::opt::ArgList &args, in parseFrontendArgs()
443 Fortran::frontend::PreprocessorOptions &opts, llvm::opt::ArgList &args) { in parsePreprocessorArgs()
622 const llvm::opt::OptTable &opts = clang::driver::getDriverOptTable(); in createFromArgs() local
H A DFrontendActions.cpp483 mapToLevel(const Fortran::frontend::CodeGenOptions &opts) { in mapToLevel()
503 auto opts = ci.getInvocation().getCodeGenOpts(); in generateLLVMIR() local
540 getCGOptLevel(const Fortran::frontend::CodeGenOptions &opts) { in getCGOptLevel()
652 auto opts = getInstance().getInvocation().getCodeGenOpts(); in runOptimizationPipeline() local
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
H A Dpermissions.pass.cpp36 const perm_options opts{}; ((void)opts); in TEST_CASE() local
48 { in TEST_CASE()
97 perm_options opts; in TEST_CASE() member
155 perm_options opts = perm_options::replace; in TEST_CASE() member
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py201 def mark_xfail(selected_tests, opts): argument
217 def run_tests(tests, lit_config, opts, discovered_tests): argument
276 def print_results(tests, elapsed, opts): argument
H A Ddisplay.py4 def create_display(opts, tests, total_tests, workers): argument
71 def __init__(self, opts, tests, header, progress_bar): argument
/llvm-project-15.0.7/bolt/unittests/Profile/
H A DDataAggregator.cpp16 namespace opts { namespace
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dstrtol_strict.c54 char *opts = getenv("ASAN_OPTIONS"); in test3() local
72 char *opts = getenv("ASAN_OPTIONS"); in test4() local
/llvm-project-15.0.7/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py182 def parse_locstats(opts, binary): argument
336 def verify_program_inputs(opts): argument
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp36 DIDumpOptions opts; in LLVMFuzzerTestOneInput() local
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
H A Dctor.pass.cpp65 directory_options opts = directory_options::none; in TEST_CASE() local
248 const directory_options opts = directory_options::skip_permission_denied; in TEST_CASE() local
263 const directory_options opts = directory_options::follow_directory_symlink; in TEST_CASE() local
H A Dcopy.pass.cpp55 const directory_options opts = directory_options::skip_permission_denied; in TEST_CASE() local
H A Dmove.pass.cpp57 const directory_options opts = directory_options::skip_permission_denied; in TEST_CASE() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DPLTCall.cpp21 namespace opts { namespace
H A DCallGraphWalker.cpp20 namespace opts { namespace
H A DADRRelaxationPass.cpp18 namespace opts { namespace
H A DVeneerElimination.cpp19 namespace opts { namespace
H A DPatchEntries.cpp18 namespace opts { namespace
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp33 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
112 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream()
170 directory_options opts) { in directory_iterator()
/llvm-project-15.0.7/bolt/tools/llvm-bolt-fuzzer/
H A Dllvm-bolt-fuzzer.cpp17 namespace opts { namespace
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp23 namespace opts { namespace
/llvm-project-15.0.7/lldb/source/Host/common/
H A DOptionParser.cpp34 std::vector<option> opts; in Parse() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py132 opts = lldb.SBExpressionOptions() variable
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-extract.cpp93 symbolize::LLVMSymbolizer::Options opts; in __anon9bf0fac10202() local

12345