Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFlang.cpp96 types::ID InputType = Input.getType(); in ConstructJob() local
100 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DNaCl.h74 types::ID InputType) const override;
H A DFuchsia.h69 types::ID InputType) const override;
H A DNaCl.cpp356 types::ID InputType) const { in ComputeEffectiveClangTriple()
357 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DMSVC.h118 types::ID InputType) const override;
H A DFuchsia.cpp282 types::ID InputType) const { in ComputeEffectiveClangTriple()
283 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.cpp407 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 DClang.h86 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DDarwin.h310 types::ID InputType) const override;
H A DMSVC.cpp1348 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 DXRayArgs.h42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h102 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h555 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 DHexagonDepInstrInfo.td55 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 DHexagonPseudo.td220 isPredicable = 1, hasSideEffects = 0, InputType = "reg",
274 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in
339 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
H A DHexagonInstrFormats.td180 string InputType = ""; // Input is "imm" or "reg" type.
H A DHexagon.td313 let ColFields = ["InputType"];
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2202 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 DToolChain.cpp677 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 DXRayArgs.cpp210 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
H A DSanitizerArgs.cpp954 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 DARM.h58 types::ID InputType, llvm::Triple &Triple);
H A DARM.cpp170 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 Dllvm-pdbutil.h210 extern llvm::cl::opt<InputFileType> InputType;
H A DExplainOutputStyle.cpp69 switch (opts::explain::InputType) { in explainBinaryFile()

12