Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.h41 int compileModuleWithNewPM(StringRef Arg0, std::unique_ptr<Module> M,
H A DNewPMDriver.cpp88 int llvm::compileModuleWithNewPM( in compileModuleWithNewPM() function in llvm
H A Dllc.cpp659 return compileModuleWithNewPM(argv[0], std::move(M), std::move(MIR), in compileModule()