Home
last modified time | relevance | path

Searched refs:TargetMachineBuilder (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h36 struct TargetMachineBuilder { struct
301 TargetMachineBuilder TMBuilder;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp336 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry()
517 static void initTMBuilder(TargetMachineBuilder &TMBuilder, in initTMBuilder()
570 std::unique_ptr<TargetMachine> TargetMachineBuilder::create() const { in create()