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.cpp1271 bool RequiresCodeGen = actionRequiresCodeGen(Action); in emitAssembly() local
1272 CreateTargetMachine(RequiresCodeGen); in emitAssembly()
1274 if (RequiresCodeGen && !TM) in emitAssembly()