Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DSupport.h58 void LLVMParseCommandLineOptions(int argc, const char *const *argv,
/external/llvm/bindings/go/llvm/
Dsupport.go53 C.LLVMParseCommandLineOptions(C.int(len(args)), &argstrs[0], overviewstr)
/external/llvm/lib/Support/
DCommandLine.cpp1873 void LLVMParseCommandLineOptions(int argc, const char *const *argv, in LLVMParseCommandLineOptions() function
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c72 LLVMParseCommandLineOptions(Wosize_val(Args), (const char* const*) Op_val(Args), COverview); in llvm_parse_command_line_options()