Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5235 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile() local
5236 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineAssembleBackendCompile()
5310 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile() local
5311 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineBackendCompile()