Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp4979 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile() local
4980 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineAssembleBackendCompile()
5054 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile() local
5055 if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR())) in combineBackendCompile()