Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp266 bool types::isLLVMIR(ID Id) { in isLLVMIR() function in types
H A DDriver.cpp5581 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile()
5636 if (!types::isLLVMIR(Input->getType())) in combineBackendCompile()
5657 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile()
6865 usesInput(Args, types::isLLVMIR); in getToolChain()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp248 if (types::isLLVMIR(II.getType())) in ConstructJob()
H A DClang.cpp5299 if (!types::isLLVMIR(Input.getType())) in ConstructJob()
5468 return types::isLLVMIR(II.getType()); in ConstructJob()
6080 renderDebugOptions(TC, D, RawTriple, Args, types::isLLVMIR(InputType), in ConstructJob()
H A DGnu.cpp139 if (types::isLLVMIR(II.getType())) in ConstructJob()
H A DCommonArgs.cpp475 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()