Home
last modified time | relevance | path

Searched refs:ArgList (Results 1 – 25 of 73) sorted by relevance

123

/external/clang/lib/Driver/
DToolChains.h106 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args,
147 const llvm::opt::ArgList &Args,
153 const llvm::opt::ArgList &Args,
181 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args);
216 const llvm::opt::ArgList &Args);
245 const llvm::opt::ArgList &DriverArgs,
268 const llvm::opt::ArgList &Args);
276 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const;
279 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, in AddLinkARCArgs()
283 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args,
[all …]
DTools.h42 const llvm::opt::ArgList &Args,
48 static const char *getBaseInputName(const llvm::opt::ArgList &Args,
50 static const char *getBaseInputStem(const llvm::opt::ArgList &Args,
52 static const char *getDependencyFileName(const llvm::opt::ArgList &Args,
57 const Driver &D, const llvm::opt::ArgList &Args,
63 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args,
66 const llvm::opt::ArgList &Args,
69 void AddARM64TargetArgs(const llvm::opt::ArgList &Args,
71 void AddMIPSTargetArgs(const llvm::opt::ArgList &Args,
73 void AddPPCTargetArgs(const llvm::opt::ArgList &Args,
[all …]
DToolChain.cpp35 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument()
40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode()
69 const ArgList &Args) in ToolChain()
272 const ArgList &Args) { in getArchNameForCompilerRTLib()
287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
307 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString()
313 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT()
417 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple()
505 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
510 void ToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
[all …]
DToolChains.cpp45 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MachO()
54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Darwin()
142 static bool isSoftFloatABI(const ArgList &Args) { in isSoftFloatABI()
153 StringRef MachO::getMachOArchName(const ArgList &Args) const { in getMachOArchName()
179 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
186 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
238 const ArgList &Args) in DarwinClang()
258 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
262 void DarwinClang::AddLinkARCArgs(const ArgList &Args, in AddLinkARCArgs()
299 void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs, in AddLinkRuntimeLib()
[all …]
DCrossWindowsToolChain.cpp20 const llvm::opt::ArgList &Args) in CrossWindowsToolChain()
51 AddClangSystemIncludeArgs(const llvm::opt::ArgList &DriverArgs, in AddClangSystemIncludeArgs()
71 AddClangCXXStdlibIncludeArgs(const llvm::opt::ArgList &DriverArgs, in AddClangCXXStdlibIncludeArgs()
95 AddCXXStdlibLibArgs(const llvm::opt::ArgList &DriverArgs, in AddCXXStdlibLibArgs()
DTools.cpp55 static void handleTargetFeaturesGroup(const ArgList &Args, in handleTargetFeaturesGroup()
113 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions()
126 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions()
181 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList()
236 const ArgList &Args, ArgStringList &CmdArgs) { in AddLinkerInputs()
279 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
284 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked()
300 const Driver &D, const ArgList &Args, in AddPreprocessingOptions()
654 static void getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch, in getARMArchCPUFromArgs()
676 const ArgList &Args, StringRef HWDiv, in getARMHWDivFeatures()
[all …]
DSanitizerArgs.cpp70 const llvm::opt::ArgList &Args,
119 const llvm::opt::ArgList &Args) { in parseSanitizeTrapArgs()
126 for (ArgList::const_reverse_iterator I = Args.rbegin(), E = Args.rend(); in parseSanitizeTrapArgs()
185 const llvm::opt::ArgList &Args) { in SanitizerArgs()
204 for (ArgList::const_reverse_iterator I = Args.rbegin(), E = Args.rend(); in SanitizerArgs()
592 const llvm::opt::ArgList &Args, in addIncludeLinkerOption()
605 void SanitizerArgs::addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args, in addArgs()
766 std::string lastArgumentForMask(const Driver &D, const llvm::opt::ArgList &Args, in lastArgumentForMask()
768 for (llvm::opt::ArgList::const_reverse_iterator I = Args.rbegin(), in lastArgumentForMask()
/external/clang/include/clang/Driver/
DToolChain.h28 class ArgList; variable
72 const llvm::opt::ArgList &Args;
100 const llvm::opt::ArgList &Args);
108 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
111 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
115 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
118 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
264 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
268 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
272 static bool needsProfileRT(const llvm::opt::ArgList &Args);
[all …]
DDriver.h32 class ArgList; variable
391 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args,
447 void setLTOMode(const llvm::opt::ArgList &Args);
453 const ToolChain &getToolChain(const llvm::opt::ArgList &Args,
496 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
DSanitizerArgs.h44 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
69 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
DTool.h18 class ArgList; variable
130 const llvm::opt::ArgList &TCArgs,
/external/llvm/lib/Option/
DArgList.cpp37 void ArgList::append(Arg *A) { in append()
41 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg()
47 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const { in getLastArgNoClaim()
55 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArgNoClaim()
64 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim()
74 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim()
84 Arg *ArgList::getLastArg(OptSpecifier Id) const { in getLastArg()
96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg()
110 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg()
125 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg()
[all …]
DArg.cpp66 std::string Arg::getAsString(const ArgList &Args) const { in getAsString()
82 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
91 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
/external/llvm/include/llvm/Option/
DArgList.h27 class ArgList; variable
36 const ArgList &Args;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
94 class ArgList {
110 ArgList() = default;
116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear(); } in ArgList() function
117 ArgList &operator=(ArgList &&RHS) {
123 ~ArgList() = default;
315 class InputArgList final : public ArgList {
340 : ArgList(std::move(RHS)), ArgStrings(std::move(RHS.ArgStrings)), in InputArgList()
[all …]
DArg.h25 class ArgList; variable
107 void render(const ArgList &Args, ArgStringList &Output) const;
114 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
121 std::string getAsString(const ArgList &Args) const;
/external/swiftshader/third_party/subzero/src/
DIceTypes.h167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType()
171 SizeT getNumArgs() const { return ArgList.size(); } in getNumArgs()
173 assert(Index < ArgList.size()); in getArgType()
174 return ArgList[Index]; in getArgType()
176 const ArgListType &getArgList() const { return ArgList; } in getArgList()
183 ArgListType ArgList; variable
/external/clang/include/clang/Frontend/
DUtils.h30 class ArgList; variable
194 int getLastArgIntValue(const llvm::opt::ArgList &Args,
198 inline int getLastArgIntValue(const llvm::opt::ArgList &Args, in getLastArgIntValue()
204 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
208 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, in getLastArgUInt64Value()
/external/llvm/include/llvm/Support/
DThreading.h91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument
94 std::forward<Args>(ArgList)...); in call_once()
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument
94 std::forward<Args>(ArgList)...); in call_once()
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...); in call_once()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1347 bool LLParser::ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList, in ParseParameterList() argument
1354 if (!ArgList.empty() && in ParseParameterList()
1370 ArgList.push_back(ParamInfo(ArgLoc, V, ArgAttrs1|ArgAttrs2)); in ParseParameterList()
1388 bool LLParser::ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in ParseArgumentList() argument
1419 ArgList.push_back(ArgInfo(TypeLoc, ArgTy, Attrs, Name)); in ParseArgumentList()
1445 ArgList.push_back(ArgInfo(TypeLoc, ArgTy, Attrs, Name)); in ParseArgumentList()
1460 SmallVector<ArgInfo, 8> ArgList; in ParseFunctionType() local
1462 if (ParseArgumentList(ArgList, isVarArg)) in ParseFunctionType()
1466 for (unsigned i = 0, e = ArgList.size(); i != e; ++i) { in ParseFunctionType()
1467 if (!ArgList[i].Name.empty()) in ParseFunctionType()
[all …]
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, in createInvocationFromCommandLine() argument
42 SmallVector<const char *, 16> Args(ArgList.begin(), ArgList.end()); in createInvocationFromCommandLine()
/external/clang/include/clang/Sema/
DTemplate.h44 typedef ArrayRef<TemplateArgument> ArgList; typedef
48 SmallVector<ArgList, 4> TemplateArgumentLists;
97 addOuterTemplateArguments(ArgList(TemplateArgs->data(), in addOuterTemplateArguments()
103 void addOuterTemplateArguments(ArgList Args) { in addOuterTemplateArguments()
108 const ArgList &getInnermost() const { in getInnermost()
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple
53 with_tb = Attr(e, Name('with_traceback')) + [ArgList([tb])]
Dfix_execfile.py12 ArgList, String, syms)
34 open_args = ArgList([filename.clone()], rparen=execfile_paren)
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple
53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]

123