Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp781 bool UsesCodeGen = (Action != Backend_EmitNothing && in EmitAssembly() local
784 CreateTargetMachine(UsesCodeGen); in EmitAssembly()
786 if (UsesCodeGen && !TM) in EmitAssembly()