Searched defs:TMFactory (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DParallelCG.cpp29 function_ref<std::unique_ptr<TargetMachine>()> TMFactory,
31 std::unique_ptr<TargetMachine> TM = TMFactory();
41 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
48 codegen(M.get(), *OSs[0], TMFactory, FileType);
79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) {
89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType);
28 codegen(Module *M, llvm::raw_pwrite_stream &OS, function_ref<std::unique_ptr<TargetMachine>()> TMFactory, TargetMachine::CodeGenFileType FileType) argument
38 splitCodeGen( std::unique_ptr<Module> M, ArrayRef<llvm::raw_pwrite_stream *> OSs, ArrayRef<llvm::raw_pwrite_stream *> BCOSs, const std::function<std::unique_ptr<TargetMachine>()> &TMFactory, TargetMachine::CodeGenFileType FileType, bool PreserveLocals) argument

Completed in 202 milliseconds