Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1022 bool RequiresCodeGen = actionRequiresCodeGen(Action); in EmitAssembly() local
1023 CreateTargetMachine(RequiresCodeGen); in EmitAssembly()
1025 if (RequiresCodeGen && !TM) in EmitAssembly()