Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp242 static int compileModule(char **, LLVMContext &);
404 if (int RetVal = compileModule(argv, Context)) in main()
441 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h894 bool compileModule(SourceLocation ImportLoc, StringRef ModuleName,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1269 bool CompilerInstance::compileModule(SourceLocation ImportLoc, in compileModule() function in CompilerInstance
1468 if (!ImportingInstance.compileModule(ModuleNameLoc, in compileModuleAndReadASTImpl()
2262 bool Success = compileModule(ImportLoc, ModuleName, ModuleFileName, *Other); in createModuleFromSource()