/netbsd-src/external/apache2/llvm/dist/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 | 407 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() argument 440 if (types::isObjC(InputType) && in addExceptionArgs() 448 if (types::isCXX(InputType)) { in addExceptionArgs() 3248 types::ID InputType) { in RenderOpenCLOptions() argument 3275 if ((types::isOpenCL(InputType) || Args.hasArg(options::OPT_cl_std_EQ)) && in RenderOpenCLOptions() 5156 types::ID InputType = Input.getType(); in ConstructJob() local 5158 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob() 5162 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind, in ConstructJob() 5192 if (types::isCXX(InputType) && RawTriple.isOSDarwin() && in ConstructJob() 5341 if (types::getPreprocessedType(InputType) != types::TY_INVALID) 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 | 1348 types::ID InputType) const { in ComputeEffectiveClangTriple() 1357 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | XRayArgs.h | 42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
H A D | SanitizerArgs.h | 102 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
H A D | ToolChain.h | 555 types::ID InputType = types::TY_INVALID) const; 564 types::ID InputType = types::TY_INVALID) const;
|
/netbsd-src/external/apache2/llvm/dist/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"];
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 2202 types::ID InputType = types::TY_Nothing; in BuildInputs() local 2209 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs() 2237 if (InputType == types::TY_Nothing) { in BuildInputs() 2315 Ty = InputType; in BuildInputs() 2346 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs() 2352 if (!InputType) { in BuildInputs() 2354 InputType = types::TY_Object; in BuildInputs() 3570 types::ID InputType = I.first; in handleArguments() local 3573 auto PL = types::getCompilationPhases(InputType); in handleArguments() 3602 getPreprocessedType(InputType) == types::TY_INVALID) in handleArguments() [all …]
|
H A D | ToolChain.cpp | 677 types::ID InputType) const { in ComputeLLVMTriple() 717 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple() 725 types::ID InputType) const { in ComputeEffectiveClangTriple() 726 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 | 954 types::ID InputType) const { in addArgs() 1004 if (types::isCXX(InputType)) in addArgs()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|