Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Driver/ !
H A DTypes.h84 bool isLLVMIR(ID Id);
/src/contrib/llvm-project/clang/lib/Driver/ !
H A DTypes.cpp257 bool types::isLLVMIR(ID Id) { in isLLVMIR() function in types
H A DDriver.cpp5235 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineAssembleBackendCompile()
5310 bool OutputIsLLVM = types::isLLVMIR(ActionInfo[0].JA->getType()); in combineBackendCompile()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/ !
H A DHexagon.cpp250 if (types::isLLVMIR(II.getType())) in ConstructJob()
H A DCommonArgs.cpp467 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DClang.cpp5277 if (!types::isLLVMIR(Input.getType())) in ConstructJob()
5455 return types::isLLVMIR(II.getType()); in ConstructJob()
6049 renderDebugOptions(TC, D, RawTriple, Args, types::isLLVMIR(InputType), in ConstructJob()
H A DGnu.cpp141 if (types::isLLVMIR(II.getType())) in ConstructJob()