Searched refs:compileModule (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 242 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 D | CompilerInstance.h | 894 bool compileModule(SourceLocation ImportLoc, StringRef ModuleName,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1269 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()
|