/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | XRayArgs.h | 42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
H A D | SanitizerArgs.h | 128 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
H A D | ToolChain.h | 603 types::ID InputType = types::TY_INVALID) const; 612 types::ID InputType = types::TY_INVALID) const;
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 280 types::ID InputType = Input.getType(); in ConstructJob() local 284 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
|
H A D | NaCl.h | 74 types::ID InputType) const override;
|
H A D | Fuchsia.h | 72 types::ID InputType) const override;
|
H A D | NaCl.cpp | 358 types::ID InputType) const { in ComputeEffectiveClangTriple() 359 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
H A D | Clang.cpp | 350 if (types::isObjC(InputType) && in addExceptionArgs() 358 if (types::isCXX(InputType)) { in addExceptionArgs() 3499 if (!types::isHLSL(InputType)) in RenderHLSLOptions() 5853 if (types::isCXX(InputType)) in ConstructJob() 5873 if (!types::isCXX(InputType)) { in ConstructJob() 5896 if (!types::isCXX(InputType)) { in ConstructJob() 5910 if (types::isCXX(InputType) && in ConstructJob() 6557 types::isCXX(InputType)) { in ConstructJob() 6564 types::isCXX(InputType)) in ConstructJob() 6609 if (!isDerivedFromC(InputType)) in ConstructJob() [all …]
|
H A D | MSVC.h | 113 types::ID InputType) const override;
|
H A D | Fuchsia.cpp | 301 types::ID InputType) const { in ComputeEffectiveClangTriple() 302 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
H A D | Clang.h | 92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
|
H A D | MSVC.cpp | 770 types::ID InputType) const { in ComputeEffectiveClangTriple() 779 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
H A D | Darwin.h | 338 types::ID InputType) const override;
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.h | 61 types::ID InputType, llvm::Triple &Triple);
|
H A D | ARM.cpp | 189 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument 237 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepInstrInfo.td | 55 let InputType = "reg"; 219 let InputType = "imm"; 263 let InputType = "reg"; 305 let InputType = "reg"; 318 let InputType = "imm"; 369 let InputType = "reg"; 381 let InputType = "reg"; 393 let InputType = "reg"; 405 let InputType = "reg"; 431 let InputType = "reg"; [all …]
|
H A D | HexagonPseudo.td | 242 isPredicable = 1, hasSideEffects = 0, InputType = "reg", 296 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in 361 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
|
H A D | HexagonInstrFormats.td | 186 string InputType = ""; // Input is "imm" or "reg" type.
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Driver.cpp | 2543 types::ID InputType = types::TY_Nothing; in BuildInputs() local 2586 if (InputType == types::TY_Nothing) { in BuildInputs() 2675 Ty = InputType; in BuildInputs() 2712 if (!InputType) { in BuildInputs() 2714 InputType = types::TY_Object; in BuildInputs() 3880 types::ID InputType = I.first; in handleArguments() local 4013 types::ID InputType = I.first; in BuildActions() local 4153 types::ID InputType = I.first; in BuildActions() local 4159 if (InputType == types::TY_IFS || InputType == types::TY_PP_Asm || in BuildActions() 4160 InputType == types::TY_Asm) in BuildActions() [all …]
|
H A D | ToolChain.cpp | 781 types::ID InputType) const { in ComputeLLVMTriple() 821 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple() 829 types::ID InputType) const { in ComputeEffectiveClangTriple() 830 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
H A D | XRayArgs.cpp | 210 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
|
H A D | SanitizerArgs.cpp | 1083 types::ID InputType) const { in addArgs() 1148 if (types::isCXX(InputType)) in addArgs()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 212 extern llvm::cl::opt<InputFileType> InputType;
|
H A D | ExplainOutputStyle.cpp | 72 switch (opts::explain::InputType) { in explainBinaryFile()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2183 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument 2185 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) in EmitAsmInputLValue() 2188 llvm::Type *Ty = ConvertType(InputType); in EmitAsmInputLValue()
|