/external/llvm/include/llvm-c/ |
D | Support.h | 40 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Support.h | 39 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm-c/ |
D | Support.h | 40 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Support.h | 39 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
|
/external/llvm/bindings/go/llvm/ |
D | support.go | 53 C.LLVMParseCommandLineOptions(C.int(len(args)), &argstrs[0], overviewstr)
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | support.go | 52 C.LLVMParseCommandLineOptions(C.int(len(args)), &argstrs[0], overviewstr)
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
D | OrcV2CBindingsBasicUsage.c | 75 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
D | OrcV2CBindingsRemovableCode.c | 75 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
D | OrcV2CBindingsAddObjectFile.c | 61 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
|
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
D | OrcV2CBindingsReflectProcessSymbols.c | 120 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.c | 79 LLVMParseCommandLineOptions(ARRAY_SIZE(argv), argv, NULL); in ac_init_llvm_target()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 137 LLVMParseCommandLineOptions(n + 1, options, NULL); in init_native_targets()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 2150 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 2121 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 2604 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 2586 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 74 LLVMParseCommandLineOptions(Wosize_val(Args), (const char* const*) Op_val(Args), COverview); in llvm_parse_command_line_options()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 73 LLVMParseCommandLineOptions(Wosize_val(Args), (const char* const*) Op_val(Args), COverview); in llvm_parse_command_line_options()
|