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

/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DXRayArgs.h42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h128 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h603 types::ID InputType = types::TY_INVALID) const;
612 types::ID InputType = types::TY_INVALID) const;
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DNaCl.h74 types::ID InputType) const override;
H A DFuchsia.h72 types::ID InputType) const override;
H A DMSVC.h113 types::ID InputType) const override;
H A DFlang.cpp280 types::ID InputType = Input.getType(); local
284 if (types::getPreprocessedType(InputType) != types::TY_INVALID)
H A DNaCl.cpp358 types::ID InputType) const {
359 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType));
H A DClang.h92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DClang.cpp317 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, argument
350 if (types::isObjC(InputType) &&
358 if (types::isCXX(InputType)) {
3449 types::ID InputType) {
3479 if ((types::isOpenCL(InputType) ||
3480 (Args.hasArg(options::OPT_cl_std_EQ) && types::isSrcFile(InputType))) &&
3488 types::ID InputType) {
3499 if (!types::isHLSL(InputType))
5559 types::ID InputType = Input.getType();
5561 AddClangCLArgs(Args, InputType, CmdArg
[all...]
H A DFuchsia.cpp301 types::ID InputType) const {
302 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
H A DMSVC.cpp770 types::ID InputType) const {
779 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
H A DDarwin.h338 types::ID InputType) const override;
H A DDarwin.cpp1042 types::ID InputType) const {
1043 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DARM.h61 types::ID InputType, llvm::Triple &Triple);
H A DARM.cpp189 types::ID InputType, llvm::Triple &Triple) {
237 if (InputType != types::TY_PP_Asm)
188 setArchNameInTriple(const Driver &D, const ArgList &Args, types::ID InputType, llvm::Triple &Triple) argument
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2543 types::ID InputType = types::TY_Nothing; local
2550 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
2586 if (InputType == types::TY_Nothing) {
2666 assert(InputTypeArg && "InputType set w/o InputTypeArg");
2675 Ty = InputType;
2706 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
2712 if (!InputType) {
2714 InputType = types::TY_Object;
2719 if (InputType == types::TY_CXXHeader && hasHeaderMode())
2720 InputType
[all...]
H A DXRayArgs.cpp210 ArgStringList &CmdArgs, types::ID InputType) const {
H A DToolChain.cpp781 types::ID InputType) const {
821 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); local
829 types::ID InputType) const {
830 return ComputeLLVMTriple(Args, InputType);
H A DSanitizerArgs.cpp1083 types::ID InputType) const {
1148 if (types::isCXX(InputType))
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h212 extern llvm::cl::opt<InputFileType> InputType;
H A DExplainOutputStyle.cpp72 switch (opts::explain::InputType) {
H A Dllvm-pdbutil.cpp738 cl::opt<InputFileType> InputType(
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2183 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) {
2185 if (CodeGenFunction::hasScalarEvaluationKind(InputType))
2188 llvm::Type *Ty = ConvertType(InputType);
2181 EmitAsmInputLValue( const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr, SourceLocation Loc) argument
H A DCodeGenFunction.h4720 QualType InputType, std::string &ConstraintStr,

Completed in 226 milliseconds