Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DFlang.cpp96 types::ID InputType = Input.getType(); in ConstructJob() local
100 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
DNaCl.h74 types::ID InputType) const override;
DFuchsia.h69 types::ID InputType) const override;
DNaCl.cpp356 types::ID InputType) const { in ComputeEffectiveClangTriple()
357 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
DMSVC.h118 types::ID InputType) const override;
DFuchsia.cpp282 types::ID InputType) const { in ComputeEffectiveClangTriple()
283 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
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()
3255 types::ID InputType) { in RenderOpenCLOptions() argument
3282 if ((types::isOpenCL(InputType) || in RenderOpenCLOptions()
3283 (Args.hasArg(options::OPT_cl_std_EQ) && types::isSrcFile(InputType))) && in RenderOpenCLOptions()
5194 types::ID InputType = Input.getType(); in ConstructJob() local
5196 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
5200 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind, in ConstructJob()
5230 if (types::isCXX(InputType) && RawTriple.isOSDarwin() && in ConstructJob()
[all …]
DClang.h86 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
DDarwin.h310 types::ID InputType) const override;
DMSVC.cpp1362 types::ID InputType) const { in ComputeEffectiveClangTriple()
1371 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DXRayArgs.h42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
DSanitizerArgs.h106 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
DToolChain.h559 types::ID InputType = types::TY_INVALID) const;
568 types::ID InputType = types::TY_INVALID) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
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 …]
DHexagonPseudo.td220 isPredicable = 1, hasSideEffects = 0, InputType = "reg",
274 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in
339 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
DHexagonInstrFormats.td180 string InputType = ""; // Input is "imm" or "reg" type.
DHexagon.td313 let ColFields = ["InputType"];
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
DARM.h58 types::ID InputType, llvm::Triple &Triple);
DARM.cpp170 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument
218 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp2194 types::ID InputType = types::TY_Nothing; in BuildInputs() local
2201 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs()
2229 if (InputType == types::TY_Nothing) { in BuildInputs()
2307 Ty = InputType; in BuildInputs()
2338 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs()
2344 if (!InputType) { in BuildInputs()
2346 InputType = types::TY_Object; in BuildInputs()
3587 types::ID InputType = I.first; in handleArguments() local
3590 auto PL = types::getCompilationPhases(InputType); in handleArguments()
3619 getPreprocessedType(InputType) == types::TY_INVALID) in handleArguments()
[all …]
DToolChain.cpp680 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()
DXRayArgs.cpp210 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
DSanitizerArgs.cpp972 types::ID InputType) const { in addArgs()
1022 if (types::isCXX(InputType)) in addArgs()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h210 extern llvm::cl::opt<InputFileType> InputType;
DExplainOutputStyle.cpp69 switch (opts::explain::InputType) { in explainBinaryFile()

12