Searched refs:ArgList (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/include/clang/Driver/
H A DToolChain.h25 class ArgList;
59 const llvm::opt::ArgList &Args;
83 const llvm::opt::ArgList &Args);
91 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
94 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
98 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
101 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
253 ComputeLLVMTriple(const llvm::opt::ArgList &Args,
262 const llvm::opt::ArgList &Args,
283 AddClangSystemIncludeArgs(const llvm::opt::ArgList
[all...]
H A DSanitizerArgs.h13 #include "llvm/Option/ArgList.h"
59 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
80 void addArgs(const llvm::opt::ArgList &Args,
99 static bool parse(const Driver &D, const llvm::opt::ArgList &Args,
103 /// Produce an argument string from ArgList \p Args, which shows how it
108 const llvm::opt::ArgList &Args,
115 static std::string describeSanitizeArg(const llvm::opt::ArgList &Args,
131 const llvm::opt::ArgList &Args,
141 const llvm::opt::ArgList &Args,
H A DTool.h17 class ArgList;
76 const llvm::opt::ArgList &TCArgs,
H A DDriver.h31 class ArgList;
251 /// ArgList.
346 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
388 bool IsUsingLTO(const llvm::opt::ArgList &Args) const;
395 const ToolChain &getToolChain(const llvm::opt::ArgList &Args,
419 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/external/llvm/lib/Option/
H A DArgList.cpp1 //===--- ArgList.cpp - Argument List Management ---------------------------===//
10 #include "llvm/Option/ArgList.h"
36 ArgList::~ArgList() {
39 void ArgList::append(Arg *A) {
43 void ArgList::eraseArg(OptSpecifier Id) {
49 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const {
57 Arg *ArgList::getLastArg(OptSpecifier Id) const {
69 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
83 Arg *ArgList
[all...]
H A DAndroid.mk5 ArgList.cpp \
H A DArg.cpp13 #include "llvm/Option/ArgList.h"
64 std::string Arg::getAsString(const ArgList &Args) const {
80 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const {
90 void Arg::render(const ArgList &Args, ArgStringList &Output) const {
/external/clang/lib/Driver/
H A DToolChains.h104 const llvm::opt::ArgList &Args);
144 const llvm::opt::ArgList &Args,
154 const llvm::opt::ArgList &Args);
198 const llvm::opt::ArgList &Args);
206 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const;
210 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args,
214 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args,
218 addStartObjectFileArgs(const llvm::opt::ArgList &Args,
221 virtual void addMinVersionArgs(const llvm::opt::ArgList &Args,
235 void AddLinkRuntimeLib(const llvm::opt::ArgList
[all...]
H A DTools.h42 static const char *getBaseInputName(const llvm::opt::ArgList &Args,
44 static const char *getBaseInputStem(const llvm::opt::ArgList &Args,
46 static const char *getDependencyFileName(const llvm::opt::ArgList &Args,
52 const llvm::opt::ArgList &Args,
57 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args,
59 void AddARMTargetArgs(const llvm::opt::ArgList &Args,
62 void AddARM64TargetArgs(const llvm::opt::ArgList &Args,
64 void AddMIPSTargetArgs(const llvm::opt::ArgList &Args,
66 void AddR600TargetArgs(const llvm::opt::ArgList &Args,
68 void AddSparcTargetArgs(const llvm::opt::ArgList
[all...]
H A DToolChain.cpp21 #include "llvm/Option/ArgList.h"
30 const ArgList &A)
204 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args,
277 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
282 void ToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
287 void ToolChain::addClangTargetOptions(const ArgList &DriverArgs,
294 const ArgList &Args) const
309 ToolChain::CXXStdlibType ToolChain::GetCXXStdlibType(const ArgList &Args) const{
324 /*static*/ void ToolChain::addSystemInclude(const ArgList &DriverArgs,
339 /*static*/ void ToolChain::addExternCSystemInclude(const ArgList
[all...]
H A DSanitizerArgs.cpp38 const llvm::opt::ArgList &Args) {
48 for (ArgList::const_reverse_iterator I = Args.rbegin(), E = Args.rend();
173 void SanitizerArgs::addArgs(const llvm::opt::ArgList &Args,
217 const llvm::opt::ArgList &Args,
238 const llvm::opt::ArgList &Args,
269 bool SanitizerArgs::parse(const Driver &D, const llvm::opt::ArgList &Args,
286 const llvm::opt::ArgList &Args,
288 for (llvm::opt::ArgList::const_reverse_iterator I = Args.rbegin(),
300 std::string SanitizerArgs::describeSanitizeArg(const llvm::opt::ArgList &Args,
H A DToolChains.cpp24 #include "llvm/Option/ArgList.h"
42 const ArgList &Args)
56 const ArgList & Args)
145 static bool isSoftFloatABI(const ArgList &Args) {
156 StringRef MachO::getMachOArchName(const ArgList &Args) const {
183 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args,
190 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
237 const ArgList &Args)
257 static bool isObjCAutoRefCount(const ArgList &Args) {
261 void DarwinClang::AddLinkARCArgs(const ArgList
[all...]
H A DWindowsToolChain.cpp19 #include "llvm/Option/ArgList.h"
42 const ArgList &Args)
276 void Windows::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
335 void Windows::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
H A DTools.cpp30 #include "llvm/Option/ArgList.h"
47 static void addAssemblerKPIC(const ArgList &Args, ArgStringList &CmdArgs) {
64 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
77 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
115 static void addDirectoryList(const ArgList &Args,
171 const InputInfoList &Inputs, const ArgList &Args,
216 static bool isObjCAutoRefCount(const ArgList &Args) {
221 static bool isObjCRuntimeLinked(const ArgList &Args) {
240 const ArgList &Args,
491 const ArgList
[all...]
/external/llvm/include/llvm/Option/
H A DArg.h25 class ArgList;
47 /// ArgList.
110 void render(const ArgList &Args, ArgStringList &Output) const;
117 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
123 std::string getAsString(const ArgList &Args) const;
H A DArgList.h1 //===--- ArgList.h - Argument List Management -------------------*- C++ -*-===//
25 class ArgList;
28 /// arg_iterator - Iterates through arguments stored inside an ArgList.
34 const ArgList &Args;
56 const ArgList &_Args, OptSpecifier _Id0 = 0U,
86 /// ArgList - Ordered collection of driver arguments.
88 /// The ArgList class manages a list of Arg instances as well as
92 class ArgList { class in namespace:llvm::opt
94 ArgList(const ArgList
111 ArgList() { } function in class:llvm::opt::ArgList
[all...]
H A DOptTable.h20 class ArgList;
130 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
H A DOption.h21 class ArgList;
197 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp22 #include "llvm/Option/ArgList.h"
33 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, argument
43 Args.insert(Args.end(), ArgList.begin(), ArgList.end());
H A DCompilerInvocation.cpp28 #include "llvm/Option/ArgList.h"
73 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
98 static unsigned getOptimizationLevelSize(ArgList &Args) {
114 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
137 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
291 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {
297 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
302 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) {
316 GenerateOptimizationRemarkRegex(DiagnosticsEngine &Diags, ArgList &Args,
329 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList
[all...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl24 my $ArgList = "";
27 $ArgList .= "'$Tmp' ";
30 my @Arranged = `../draw_arrangement $SCRUNCH 0 360 0 $ArgList`;
/external/clang/include/clang/Frontend/
H A DUtils.h29 class ArgList;
184 int getLastArgIntValue(const llvm::opt::ArgList &Args,
188 inline int getLastArgIntValue(const llvm::opt::ArgList &Args,
194 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
198 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
H A DCompilerInvocation.h34 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
/external/clang/include/clang/Sema/
H A DTemplate.h44 typedef ArrayRef<TemplateArgument> ArgList; typedef in class:clang::MultiLevelTemplateArgumentList
48 SmallVector<ArgList, 4> TemplateArgumentLists;
97 addOuterTemplateArguments(ArgList(TemplateArgs->data(),
103 void addOuterTemplateArguments(ArgList Args) {
108 const ArgList &getInnermost() const {
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1839 bool LLParser::ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
1847 if (!ArgList.empty() &&
1862 ArgList.push_back(ParamInfo(ArgLoc, V, AttributeSet::get(V->getContext(),
1882 bool LLParser::ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList,
1914 ArgList.push_back(ArgInfo(TypeLoc, ArgTy,
1942 ArgList.push_back(ArgInfo(TypeLoc, ArgTy,
1960 SmallVector<ArgInfo, 8> ArgList;
1962 if (ParseArgumentList(ArgList, isVarArg))
1966 for (unsigned i = 0, e = ArgList.size(); i != e; ++i) {
1967 if (!ArgList[
[all...]

Completed in 468 milliseconds

12