| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Flang.cpp | 96 types::ID InputType = Input.getType(); in ConstructJob() local 100 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 | 69 types::ID InputType) const override;
|
| H A D | NaCl.cpp | 356 types::ID InputType) const { in ComputeEffectiveClangTriple() 357 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | MSVC.h | 118 types::ID InputType) const override;
|
| H A D | Fuchsia.cpp | 282 types::ID InputType) const { in ComputeEffectiveClangTriple() 283 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Clang.cpp | 440 if (types::isObjC(InputType) && in addExceptionArgs() 448 if (types::isCXX(InputType)) { in addExceptionArgs() 3282 if ((types::isOpenCL(InputType) || in RenderOpenCLOptions() 5194 types::ID InputType = Input.getType(); in ConstructJob() local 5447 if (types::isCXX(InputType)) in ConstructJob() 5467 if (!types::isCXX(InputType)) { in ConstructJob() 5495 if (!types::isCXX(InputType)) { in ConstructJob() 5509 if (types::isCXX(InputType) && in ConstructJob() 5781 XRay.addArgs(TC, Args, CmdArgs, InputType); in ConstructJob() 6022 types::isCXX(InputType)) { in ConstructJob() [all …]
|
| H A D | Clang.h | 86 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
|
| H A D | Darwin.h | 310 types::ID InputType) const override;
|
| H A D | MSVC.cpp | 1362 types::ID InputType) const { in ComputeEffectiveClangTriple() 1371 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | XRayArgs.h | 42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | SanitizerArgs.h | 106 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | ToolChain.h | 559 types::ID InputType = types::TY_INVALID) const; 568 types::ID InputType = types::TY_INVALID) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.h | 58 types::ID InputType, llvm::Triple &Triple);
|
| H A D | ARM.cpp | 170 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument 218 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
|
| /freebsd-13.1/contrib/llvm-project/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 | 220 isPredicable = 1, hasSideEffects = 0, InputType = "reg", 274 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in 339 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
|
| H A D | HexagonInstrFormats.td | 180 string InputType = ""; // Input is "imm" or "reg" type.
|
| H A D | Hexagon.td | 313 let ColFields = ["InputType"];
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2194 types::ID InputType = types::TY_Nothing; in BuildInputs() local 2229 if (InputType == types::TY_Nothing) { in BuildInputs() 2307 Ty = InputType; in BuildInputs() 2344 if (!InputType) { in BuildInputs() 2346 InputType = types::TY_Object; in BuildInputs() 3587 types::ID InputType = I.first; in handleArguments() local 3717 types::ID InputType = I.first; in BuildActions() local 3831 types::ID InputType = I.first; in BuildActions() local 3837 if (InputType == types::TY_IFS || InputType == types::TY_PP_Asm || in BuildActions() 3838 InputType == types::TY_Asm) in BuildActions() [all …]
|
| H A D | ToolChain.cpp | 680 types::ID InputType) const { in ComputeLLVMTriple() 720 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple() 728 types::ID InputType) const { in ComputeEffectiveClangTriple() 729 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 | 972 types::ID InputType) const { in addArgs() 1022 if (types::isCXX(InputType)) in addArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 210 extern llvm::cl::opt<InputFileType> InputType;
|
| H A D | ExplainOutputStyle.cpp | 69 switch (opts::explain::InputType) { in explainBinaryFile()
|