Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp238 static int compileModule(char **, LLVMContext &);
409 if (int RetVal = compileModule(argv, Context)) in main()
446 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1331 static bool compileModule(CompilerInstance &ImportingInstance, in compileModule() function
1450 if (!compileModule(ImportingInstance, ModuleNameLoc, Module, in compileModuleAndReadASTImpl()