Home
last modified time | relevance | path

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

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