Home
last modified time | relevance | path

Searched defs:Args (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/clang/lib/Driver/
DTools.cpp47 static void addAssemblerKPIC(const ArgList &Args, ArgStringList &CmdArgs) { in addAssemblerKPIC()
64 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions()
77 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions()
115 static void addDirectoryList(const ArgList &Args, in addDirectoryList()
171 const InputInfoList &Inputs, const ArgList &Args, in AddLinkerInputs()
216 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
221 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked()
240 const ArgList &Args, in AddPreprocessingOptions()
491 const ArgList &Args, in getAArch64FPUFeatures()
511 const ArgList &Args, in getARMHWDivFeatures()
[all …]
DToolChains.cpp42 const ArgList &Args) in MachO()
56 const ArgList & Args) in Darwin()
145 static bool isSoftFloatABI(const ArgList &Args) { in isSoftFloatABI()
183 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
190 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
237 const ArgList &Args) in DarwinClang()
257 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
261 void DarwinClang::AddLinkARCArgs(const ArgList &Args, in AddLinkARCArgs()
290 void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs, in AddLinkRuntimeLib()
304 void DarwinClang::AddLinkRuntimeLibArgs(const ArgList &Args, in AddLinkRuntimeLibArgs()
[all …]
DSanitizerArgs.cpp38 const llvm::opt::ArgList &Args) { in SanitizerArgs()
173 void SanitizerArgs::addArgs(const llvm::opt::ArgList &Args, in addArgs()
217 const llvm::opt::ArgList &Args, in filterUnsupportedMask()
238 const llvm::opt::ArgList &Args, in filterUnsupportedKinds()
269 bool SanitizerArgs::parse(const Driver &D, const llvm::opt::ArgList &Args, in parse()
286 const llvm::opt::ArgList &Args, in lastArgumentForKind()
300 std::string SanitizerArgs::describeSanitizeArg(const llvm::opt::ArgList &Args, in describeSanitizeArg()
DToolChain.cpp204 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple()
277 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
378 void ToolChain::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
393 void ToolChain::AddCCKextLibArgs(const ArgList &Args, in AddCCKextLibArgs()
398 bool ToolChain::AddFastMathRuntimeIfAvailable(const ArgList &Args, in AddFastMathRuntimeIfAvailable()
DDriver.cpp81 void Driver::ParseDriverMode(ArrayRef<const char *> Args) { in ParseDriverMode()
114 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(), in ParseArgStrings() local
192 static Arg* MakeInputArg(DerivedArgList &Args, OptTable *Opts, in MakeInputArg()
315 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation() local
850 DerivedArgList &Args, in BuildUniversalActions()
946 static bool DiagnoseInputExistence(const Driver &D, const DerivedArgList &Args, in DiagnoseInputExistence()
975 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs()
1121 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions()
1272 Action *Driver::ConstructPhaseAction(const ArgList &Args, phases::ID Phase, in ConstructPhaseAction()
1590 static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue, in MakeCLOutputFilename()
[all …]
DToolChains.h210 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, in AddLinkARCArgs()
218 addStartObjectFileArgs(const llvm::opt::ArgList &Args, in addStartObjectFileArgs()
221 virtual void addMinVersionArgs(const llvm::opt::ArgList &Args, in addMinVersionArgs()
497 const llvm::opt::ArgList &Args) in Generic_ELF()
/external/clang/lib/AST/
DSelectorLocationsKind.cpp65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
72 ArrayRef<T *> Args, in hasStandardSelLocs()
99 ArrayRef<Expr *> Args, in hasStandardSelectorLocs()
107 ArrayRef<Expr *> Args, in getStandardSelectorLoc()
116 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs()
124 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
DDeclTemplate.cpp167 ArrayRef<TemplateArgument> Args, in findSpecializationImpl()
180 TemplateArgument *Args) { in GenerateInjectedTemplateArgs()
266 FunctionTemplateDecl::findSpecialization(ArrayRef<TemplateArgument> Args, in findSpecialization()
353 ClassTemplateDecl::findSpecialization(ArrayRef<TemplateArgument> Args, in findSpecialization()
373 ClassTemplateDecl::findPartialSpecialization(ArrayRef<TemplateArgument> Args, in findPartialSpecialization()
650 const TemplateArgument *Args, in CreateCopy()
694 const TemplateArgument *Args, in ClassTemplateSpecializationDecl()
718 const TemplateArgument *Args, in Create()
808 const TemplateArgument *Args, in ClassTemplatePartialSpecializationDecl()
829 const TemplateArgument *Args, in Create()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp303 const std::vector<GenericValue> &Args) { in lle_X_atexit()
314 const std::vector<GenericValue> &Args) { in lle_X_exit()
322 const std::vector<GenericValue> &Args) { in lle_X_abort()
333 const std::vector<GenericValue> &Args) { in lle_X_sprintf()
416 const std::vector<GenericValue> &Args) { in lle_X_printf()
432 char *Args[10]; in lle_X_sscanf() local
448 char *Args[10]; in lle_X_scanf() local
462 const std::vector<GenericValue> &Args) { in lle_X_fprintf()
475 const std::vector<GenericValue> &Args) { in lle_X_memset()
487 const std::vector<GenericValue> &Args) { in lle_X_memcpy()
/external/clang/unittests/AST/
DStmtPrinterTest.cpp70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches()
103 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local
113 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local
126 std::vector<std::string> Args; in PrintedStmtCXX11Matches() local
136 std::vector<std::string> Args; in PrintedStmtMSMatches() local
DNamedDeclPrinterTest.cpp64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches()
98 std::vector<std::string> Args(1, "-std=c++98"); in PrintedNamedDeclCXX98Matches() local
110 std::vector<std::string> Args(1, "-std=c++11"); in PrintedWrittenNamedDeclCXX11Matches() local
DDeclTest.cpp29 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
DMatchVerifier.h37 std::vector<std::string> Args; in match() local
45 std::vector<std::string> Args; in match() local
79 std::vector<std::string>& Args, Language L) { in match()
/external/llvm/tools/bugpoint/
DToolRunner.cpp59 const char **Args, in RunProgramWithTimeout()
88 const char **Args, in RunProgramRemotelyWithTimeout()
133 static std::string ProcessFailure(StringRef ProgPath, const char** Args, in ProcessFailure()
176 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI()
196 const std::vector<std::string> &Args, in ExecuteProgram()
304 const std::vector<std::string> &Args, in ExecuteProgram()
373 const std::vector<std::string> &Args, in ExecuteProgram()
410 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand()
448 std::vector<std::string> Args; in createCustomCompiler() local
464 std::vector<std::string> Args; in createCustomExecutor() local
[all …]
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp19 std::string StringCatImpl(ArrayRef<const std::string *> Args) { in StringCatImpl()
42 long SumImpl(ArrayRef<const int *> Args) { in SumImpl()
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { in StringAppendImpl()
89 ArrayRef<const int *> Args) { in CountInRangeImpl()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp73 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel()
98 static unsigned getOptimizationLevelSize(ArgList &Args) { in getOptimizationLevelSize()
114 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) { in addWarningArgs()
137 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args, in ParseAnalyzerArgs()
291 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) { in ParseMigratorArgs()
297 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs()
302 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel()
316 GenerateOptimizationRemarkRegex(DiagnosticsEngine &Diags, ArgList &Args, in GenerateOptimizationRemarkRegex()
329 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs()
582 ArgList &Args) { in ParseDependencyOutputArgs()
[all …]
DCreateInvocationFromCommandLine.cpp41 SmallVector<const char *, 16> Args; in createInvocationFromCommandLine() local
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) { in Adjust()
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) { in Adjust()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp185 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
200 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
220 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
236 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
257 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h131 SmallVector<const MachineInstr *, 3> Args; variable
136 MILOHDirective(MCLOHType Kind, const LOHArgs &Args) in MILOHDirective()
151 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) { in addLOHDirective()
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h104 SmallVector<MCSymbol *, 3> Args; variable
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective()
172 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
/external/clang/examples/clang-interpreter/
Dmain.cpp63 std::vector<std::string> Args; in Execute() local
85 SmallVector<const char *, 16> Args(argv, argv + argc); in main() local
/external/clang/lib/CodeGen/
DCGCUDANV.cpp79 FunctionArgList &Args) { in EmitDeviceStubBody()
98 llvm::Value *Args[3]; in EmitDeviceStubBody() local
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h71 va_list Args; in make_vector() local
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp101 std::vector<VariantMatcher> Args) in VariadicOpPayload()
124 const std::vector<VariantMatcher> Args; member in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
140 std::vector<VariantMatcher> Args) { in VariadicOperatorMatcher()

1234567891011