Home
last modified time | relevance | path

Searched refs:LLVMParseCommandLineOptions (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DSupport.h45 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dsupport.go52 C.LLVMParseCommandLineOptions(C.int(len(args)), &argstrs[0], overviewstr)
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c75 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c63 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c61 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c75 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c72 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c120 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/
H A DOrcV2CBindingsLazy.c105 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c169 LLVMParseCommandLineOptions(argc, (const char **)argv, ""); in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2737 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c110 LLVMParseCommandLineOptions(Wosize_val(Args), in llvm_parse_command_line_options()