Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp173 static int compileModule(char **, LLVMContext &);
351 if (int RetVal = compileModule(argv, Context)) in main()
387 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function