Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1167 bool RequiresCodeGen = actionRequiresCodeGen(Action); in EmitAssembly() local
1168 CreateTargetMachine(RequiresCodeGen); in EmitAssembly()
1170 if (RequiresCodeGen && !TM) in EmitAssembly()