Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp202 static int compileModule(char **, LLVMContext &);
390 if (int RetVal = compileModule(argv, Context)) in main()
427 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1205 static bool compileModule(CompilerInstance &ImportingInstance, in compileModule() function
1305 if (!compileModule(ImportingInstance, ModuleNameLoc, Module, in compileModuleAndReadAST()