Home
last modified time | relevance | path

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

1234

/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 …]
/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);
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/fmtlib/fmt/
Dformat.cc226 int err_code, CStringRef format_str, ArgList args) { in init()
351 int err_code, CStringRef format_str, ArgList args) { in init()
409 void internal::ArgMap<Char>::init(const ArgList &args) { in init()
415 args.type(ArgList::MAX_PACKED_ARGS - 1) == internal::Arg::NONE; in init()
432 for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) { in init()
439 for (unsigned i = ArgList::MAX_PACKED_ARGS;/*nothing*/; ++i) { in init()
488 FMT_FUNC void print(std::FILE *f, CStringRef format_str, ArgList args) { in print()
494 FMT_FUNC void print(CStringRef format_str, ArgList args) { in print()
498 FMT_FUNC void print_colored(Color c, CStringRef format, ArgList args) { in print_colored()
514 template void internal::ArgMap<char>::init(const ArgList &args);
[all …]
Dprintf.cc16 void printf(BasicWriter<Char> &w, BasicCStringRef<Char> format, ArgList args);
18 FMT_FUNC int fprintf(std::FILE *f, CStringRef format, ArgList args) { in fprintf()
Dprintf.h265 BasicFormatter<Char> formatter(ArgList(), this->writer());
307 explicit PrintfFormatter(const ArgList &al, BasicWriter<Char> &w)
487 void printf(BasicWriter<Char> &w, BasicCStringRef<Char> format, ArgList args) {
500 inline std::string sprintf(CStringRef format, ArgList args) {
507 inline std::wstring sprintf(WCStringRef format, ArgList args) {
523 FMT_API int fprintf(std::FILE *f, CStringRef format, ArgList args);
535 inline int printf(CStringRef format, ArgList args) {
549 inline int fprintf(std::ostream &os, CStringRef format_str, ArgList args) {
/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/fmtlib/doc/
Dapi.rst32 .. doxygenfunction:: format(CStringRef, ArgList)
38 .. doxygenfunction:: print(CStringRef, ArgList)
40 .. doxygenfunction:: print(std::FILE *, CStringRef, ArgList)
112 .. doxygenfunction:: print(std::ostream&, CStringRef, ArgList)
137 std::string custom_format(const char *format_str, fmt::ArgList args) {
167 .. doxygenfunction:: printf(CStringRef, ArgList)
169 .. doxygenfunction:: fprintf(std::FILE *, CStringRef, ArgList)
171 .. doxygenfunction:: fprintf(std::ostream&, CStringRef, ArgList)
173 .. doxygenfunction:: sprintf(CStringRef, ArgList)
227 .. doxygenclass:: fmt::ArgList
[all …]
/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/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/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])]
/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/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()

1234