Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp581 bool UsesCodeGen = (Action != Backend_EmitNothing && in EmitAssembly() local
585 TM.reset(CreateTargetMachine(UsesCodeGen)); in EmitAssembly()
587 if (UsesCodeGen && !TM) return; in EmitAssembly()