Home
last modified time | relevance | path

Searched refs:CodegenArgv (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/dports/devel/llvm80/llvm-8.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp604 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
606 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
607 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm70/llvm-7.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp603 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
605 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
606 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp645 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
647 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
648 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp644 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
646 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
647 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm10/llvm-10.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp634 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
636 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp648 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
650 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
651 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm11/llvm-11.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp644 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
646 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
647 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp634 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
636 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp634 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
636 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp648 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
650 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
651 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm90/llvm-9.0.1.src/lib/LTO/
H A DLTOCodeGenerator.cpp634 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
636 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lto/
H A Dlto.cpp544 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
546 CodegenArgv.push_back(Arg); in thinlto_debug_options()
547 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lto/
H A Dlto.cpp544 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
546 CodegenArgv.push_back(Arg); in thinlto_debug_options()
547 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lto/
H A Dlto.cpp544 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
546 CodegenArgv.push_back(Arg); in thinlto_debug_options()
547 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/lto/
H A Dlto.cpp578 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
580 CodegenArgv.push_back(Arg); in thinlto_debug_options()
581 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lto/
H A Dlto.cpp578 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
580 CodegenArgv.push_back(Arg); in thinlto_debug_options()
581 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/lto/
H A Dlto.cpp592 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
593 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()
594 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lto/
H A Dlto.cpp555 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
557 CodegenArgv.push_back(Arg); in thinlto_debug_options()
558 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/lto/
H A Dlto.cpp588 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
589 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()
590 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()

12