Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DTypes.h84 bool isLLVMIR(ID Id);
/llvm-project-15.0.7/clang/lib/Driver/
H A DTypes.cpp252 bool types::isLLVMIR(ID Id) { in isLLVMIR() function in types
H A DDriver.cpp4979 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile()
5054 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp248 if (types::isLLVMIR(II.getType())) in ConstructJob()
H A DCommonArgs.cpp237 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DClang.cpp4781 if (!types::isLLVMIR(Input.getType())) in ConstructJob()
4941 return types::isLLVMIR(II.getType()); in ConstructJob()
5480 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind, in ConstructJob()
H A DGnu.cpp136 if (types::isLLVMIR(II.getType())) in ConstructJob()