Home
last modified time | relevance | path

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

12345

/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);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp34 void ArgList::append(Arg *A) { in append()
47 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg()
58 ArgList::OptRange
59 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
74 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
80 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
87 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
93 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues()
99 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg()
106 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg()
[all …]
DArg.cpp69 std::string Arg::getAsString(const ArgList &Args) const { in getAsString()
85 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
94 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/llvm-7.0/llvm/include/llvm/Option/
DArgList.h117 class ArgList {
149 ArgList() = default;
156 ArgList(ArgList &&RHS) in ArgList() function
162 ArgList &operator=(ArgList &&RHS) {
171 ~ArgList() = default;
367 class InputArgList final : public ArgList {
395 : ArgList(std::move(RHS)), ArgStrings(std::move(RHS.ArgStrings)), in InputArgList()
401 ArgList::operator=(std::move(RHS));
426 using ArgList::MakeArgString;
434 class DerivedArgList final : public ArgList {
[all …]
DArg.h29 class ArgList; variable
111 void render(const ArgList &Args, ArgStringList &Output) const;
118 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
125 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-7.0/llvm/include/llvm/Support/
DThreading.h99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() argument
102 std::forward<Args>(ArgList)...); in call_once()
108 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp198 ArgListRecord Record{TypeRecordKind::ArgList, Ids};
199 } ArgList; variable
350 TEST_F(TypeIndexIteratorTest, ArgList) { in TEST_F() argument
352 writeTypeRecords(ArgList.Record); in TEST_F()
353 checkTypeReferences(0, ArgList.Ids[0], ArgList.Ids[1], ArgList.Ids[2]); in TEST_F()
431 Procedure, MemberFunction, ArgList.Record, Array, Class, in TEST_F()
447 checkTypeReferences(10, ArgList.Ids[0], ArgList.Ids[1], ArgList.Ids[2]); in TEST_F()
/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/python/cpython3/Lib/lib2to3/fixes/
Dfix_zip.py14 from ..fixer_util import Name, ArgList, in_special_context
44 new = Node(syms.power, [Name("list"), ArgList([new])] + trailers)

12345