Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp441 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1269 bool CompilerInstance::compileModule(SourceLocation ImportLoc, in compileModule() function in CompilerInstance