Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h84 bool isLLVMIR(ID Id);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp255 bool types::isLLVMIR(ID Id) { in isLLVMIR() function in types
H A DDriver.cpp5149 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile()
5224 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp251 if (types::isLLVMIR(II.getType())) in ConstructJob()
H A DClang.cpp5022 if (!types::isLLVMIR(Input.getType())) in ConstructJob()
5200 return types::isLLVMIR(II.getType()); in ConstructJob()
5857 renderDebugOptions(TC, D, RawTriple, Args, types::isLLVMIR(InputType), in ConstructJob()
H A DCommonArgs.cpp418 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DGnu.cpp141 if (types::isLLVMIR(II.getType())) in ConstructJob()