Searched refs:TMFactory (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 27 function_ref<std::unique_ptr<TargetMachine>()> TMFactory, in codegen() argument 29 std::unique_ptr<TargetMachine> TM = TMFactory(); in codegen() 41 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory, in splitCodeGen() argument 48 codegen(&M, *OSs[0], TMFactory, FileType); in splitCodeGen() 79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() 89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ParallelCG.h | 38 const std::function<std::unique_ptr<TargetMachine>()> &TMFactory,
|