Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp951 bool UsesCodeGen = (Action != Backend_EmitNothing && in EmitAssembly() local
954 CreateTargetMachine(UsesCodeGen); in EmitAssembly()
956 if (UsesCodeGen && !TM) in EmitAssembly()