Searched refs:TMFactory (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 28 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen() argument 30 std::unique_ptr<TargetMachine> TM = TMFactory(); in codegen() 42 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory, in splitCodeGen() argument 49 codegen(&M, *OSs[0], TMFactory, FileType); in splitCodeGen() 80 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() 90 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ParallelCG.h | 38 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
|