Home
last modified time | relevance | path

Searched refs:getArgs (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1406 for (const Arg *A : C.getArgs()) { in generateCompilationDiagnostics()
1792 if (C.getArgs().hasArg(options::OPT_v) || in HandleImmediateArgs()
1799 if (C.getArgs().hasArg(options::OPT_v)) { in HandleImmediateArgs()
1810 if (C.getArgs().hasArg(options::OPT_v)) in HandleImmediateArgs()
2061 DerivedArgList &Args = C.getArgs(); in BuildUniversalActions()
4037 for (const Arg *A : C.getArgs()) in BuildJobs()
4141 for (Arg *A : C.getArgs()) { in BuildJobs()
4170 << A->getAsString(C.getArgs()); in BuildJobs()
4592 TC = &getToolChain(C.getArgs(), in BuildJobsForActionNoCache()
4951 C.getArgs() in GetNamedOutputPath()
[all …]
H A DCompilation.cpp167 getArgs().hasArg(options::OPT_v)) && !getDriver().CCGenDiagnostics) { in ExecuteCommand()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h697 return getArgs() + getNumArgs();
702 return getArgs() + getNumArgs();
708 return getArgs()[Idx];
714 return getArgs()[Idx];
719 return getArgs()[Idx];
H A DExprObjC.h1376 Expr **getArgs() { in getArgs() function
1379 const Expr * const *getArgs() const { in getArgs() function
1387 return getArgs()[Arg]; in getArg()
1391 return getArgs()[Arg]; in getArg()
1397 getArgs()[Arg] = ArgExpr; in setArg()
1420 llvm::makeArrayRef(const_cast<Expr**>(getArgs()), in getSelectorLoc()
1461 arg_iterator arg_begin() { return reinterpret_cast<Stmt **>(getArgs()); } in arg_begin()
1464 return reinterpret_cast<Stmt **>(getArgs() + NumArgs); in arg_end()
1468 return reinterpret_cast<Stmt const * const*>(getArgs()); in arg_begin()
1472 return reinterpret_cast<Stmt const * const*>(getArgs() + NumArgs); in arg_end()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp163 McinFile = C.getArgs().MakeArgString(Name + ".mcin"); in constructGenerateObjFileFromHIPFatBinary()
164 BundleFile = C.getArgs().MakeArgString(Name + ".hipfb"); in constructGenerateObjFileFromHIPFatBinary()
167 McinFile = C.addTempFile(C.getArgs().MakeArgString(TmpNameMcin)); in constructGenerateObjFileFromHIPFatBinary()
169 BundleFile = C.addTempFile(C.getArgs().MakeArgString(TmpNameFb)); in constructGenerateObjFileFromHIPFatBinary()
194 if (C.getArgs().hasArg(options::OPT_fhip_dump_offload_linker_script)) in constructGenerateObjFileFromHIPFatBinary()
H A DAMDGPUOpenMP.cpp37 C.getArgs().MakeArgString(Base.str() + Postfix + "." + Extension); in getOutputFileName()
41 OutputFileName = C.addTempFile(C.getArgs().MakeArgString(TmpName)); in getOutputFileName()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h191 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() function
193 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs; } in getArgs() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp163 Expr **MyArgs = getArgs(); in initArgsAndSelLocs()
344 begin = reinterpret_cast<Stmt **>(getArgs()); in children()
346 reinterpret_cast<Stmt **>(getArgs() + getNumArgs())); in children()
H A DOSLog.cpp182 ArrayRef<const Expr *> Args(E->getArgs(), E->getArgs() + E->getNumArgs()); in computeOSLogBufferLayout()
H A DTypeLoc.cpp550 getTypePtr()->getArgs(), in initializeLocal()
616 getTypePtr()->getArgs(), in initializeLocal()
/netbsd/regress/sys/uvm/pdsim/
H A Dlru.hs57 args <- getArgs
H A Drand.hs62 args <- getArgs
H A Dopt.hs63 args <- getArgs
H A Dlfu.hs74 args <- getArgs
H A Dgenpat5.hs69 main = getArgs >>= \ args ->
H A Dnbsd.hs143 args <- getArgs
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp54 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) { in createInvocationFromCommandLine()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h124 const LOHArgs &getArgs() const { return Args; } in getArgs() function
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp134 for (auto *Arg : D->getArgs()) { in emitComputeAssemblerAvailableFeatures()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp148 for (const auto *VAM : AL->getArgs()) in orderModule()
456 for (auto *VAM : AL->getArgs()) in ValueEnumerator()
777 for (ValueAsMetadata *VAM : ArgList->getArgs()) { in EnumerateFunctionLocalListMetadata()
1092 for (ValueAsMetadata *VMD : ArgList->getArgs()) { in incorporateFunction()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp114 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr()
117 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr()
121 Ctx.FunArgs = CE->getArgs(); in translateAttrExpr()
385 LRCallCtx.FunArgs = CE->getArgs(); in translateCallExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp68 for (const DiagnosticInfoOptimizationBase::Argument &Arg : Diag.getArgs()) { in toRemark()
/netbsd/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp166 if (Compilation->getArgs().hasArg(driver::options::OPT_v)) in create()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h357 LOHArgs getArgs() const { return Args; } in getArgs() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp426 W->printNumber("NumArgs", static_cast<uint32_t>(Args.getArgs().size())); in visitKnownRecord()
429 for (auto Arg : Args.getArgs()) { in visitKnownRecord()

1234