Home
last modified time | relevance | path

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

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