Searched refs:InputType (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h40 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h94 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h521 types::ID InputType = types::TY_INVALID) const;
530 types::ID InputType = types::TY_INVALID) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.h74 types::ID InputType) const override;
H A DFuchsia.h67 types::ID InputType) const override;
H A DMSVC.h138 types::ID InputType) const override;
H A DFuchsia.cpp234 types::ID InputType) const {
235 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
H A DNaCl.cpp355 types::ID InputType) const {
356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType));
H A DClang.h86 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DClang.cpp404 static void addExceptionArgs(const ArgList &Args, types::ID InputType, argument
428 if (types::isObjC(InputType) &&
436 if (types::isCXX(InputType)) {
4758 types::ID InputType = Input.getType(); local
4760 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
4792 if (types::isCXX(InputType) && RawTriple.isOSDarwin() &&
4912 if (types::getPreprocessedType(InputType) != types::TY_INVALID)
4968 if (types::isCXX(InputType))
4988 if (!types::isCXX(InputType))
5012 if (!types::isCXX(InputType)) {
6486 AddClangCLArgs(const ArgList &Args, types::ID InputType, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind *DebugInfoKind, bool *EmitCodeView) const argument
[all...]
H A DDarwin.h308 types::ID InputType) const override;
H A DMSVC.cpp1359 types::ID InputType) const {
1368 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
H A DDarwin.cpp909 types::ID InputType) const {
910 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2111 types::ID InputType = types::TY_Nothing; local
2118 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
2146 if (InputType == types::TY_Nothing) {
2210 assert(InputTypeArg && "InputType set w/o InputTypeArg");
2219 Ty = InputType;
2250 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
2256 if (!InputType) {
2258 InputType = types::TY_Object;
3347 types::ID InputType = I.first;
3350 auto PL = types::getCompilationPhases(InputType);
[all...]
H A DXRayArgs.cpp195 ArgStringList &CmdArgs, types::ID InputType) const {
H A DToolChain.cpp644 types::ID InputType) const {
734 if (InputType != types::TY_PP_Asm)
767 types::ID InputType) const {
768 return ComputeLLVMTriple(Args, InputType);
H A DSanitizerArgs.cpp924 types::ID InputType) const {
969 if (types::isCXX(InputType))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h210 extern llvm::cl::opt<InputFileType> InputType;
H A DExplainOutputStyle.cpp69 switch (opts::explain::InputType) {
H A Dllvm-pdbutil.cpp712 cl::opt<InputFileType> InputType(
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1863 LValue InputValue, QualType InputType,
1868 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) {
1871 llvm::Type *Ty = ConvertType(InputType);
1862 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr, SourceLocation Loc) argument
H A DCodeGenFunction.h4493 LValue InputValue, QualType InputType,

Completed in 219 milliseconds