| /freebsd/contrib/llvm-project/clang/lib/CIR/Interfaces/ |
| H A D | CIRLoopOpInterface.cpp | 24 regions.emplace_back(&op.getEntry(), op.getEntry().getArguments()); in getLoopOpSuccessorRegions() 31 regions.emplace_back(&op.getBody(), op.getBody().getArguments()); in getLoopOpSuccessorRegions() 40 regions.emplace_back(afterBody, afterBody->getArguments()); in getLoopOpSuccessorRegions() 46 regions.emplace_back(&op.getCond(), op.getCond().getArguments()); in getLoopOpSuccessorRegions()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.cpp | 65 PDBSymbolTypeFunctionSig::getArguments() const { in getArguments() function in PDBSymbolTypeFunctionSig 78 auto SigArguments = getArguments(); in isCVarArgs()
|
| H A D | PDBSymbolFunc.cpp | 79 PDBSymbolFunc::getArguments() const { in getArguments() function in PDBSymbolFunc
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 115 rewriter.replaceOp(ifOp, continueBlock->getArguments()); in matchAndRewrite() 168 rewriter.replaceOp(scopeOp, continueBlock->getArguments()); in matchAndRewrite() 280 mlir::ValueRange defaultOperands = exitBlock->getArguments(); in matchAndRewrite() 290 defaultOperands = defaultDestination->getArguments(); in matchAndRewrite() 299 rangeOperands.push_back(rangeDestinations.back()->getArguments()); in matchAndRewrite() 307 caseOperands.push_back(caseDestinations.back()->getArguments()); in matchAndRewrite() 528 rewriter.replaceOp(op, continueBlock->getArguments()); in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 62 const std::vector<std::string> &getArguments() const { return Args; } 143 for (const auto &arg : getArguments()) in toString() 61 const std::vector<std::string> &getArguments() const { return Args; } getArguments() function
|
| H A D | FuzzerUtilFuchsia.cpp | 485 auto Args = Cmd.getArguments(); in ExecuteCommand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.h | 24 std::unique_ptr<IPDBEnumSymbols> getArguments() const;
|
| H A D | PDBSymbolFunc.h | 34 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>> getArguments() const;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 103 if (auto ChildEnum = Symbol.getArguments()) { in start() 188 if (auto Arguments = Symbol.getArguments()) { in start()
|
| H A D | PrettyVariableDumper.cpp | 159 if (auto Arguments = Symbol.getArguments()) { in dumpRight()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 108 const ArgStringList &CCArgs = Cmd->getArguments(); in createInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 418 Argv.append(getArguments().begin(), getArguments().end()); in Execute()
|
| H A D | Driver.cpp | 2023 llvm::opt::ArgStringList ArgList = NewLLDInvocation.getArguments(); in generateCompilationDiagnostics() 2206 Cmd.getArguments())) in setUpResponseFiles()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 224 const llvm::opt::ArgStringList &getArguments() const { return Arguments; } in getArguments() function
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 772 {Cmd.getArguments().begin(), Cmd.getArguments().end()}}); in scanDependencies() 779 llvm::append_range(Argv, Cmd.getArguments()); in scanDependencies()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 150 std::vector<Expression *> getArguments();
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 132 std::vector<syntax::Expression *> syntax::CallArguments::getArguments() { in getArguments() function in syntax::CallArguments
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 164 return &CC1Jobs[0]->getArguments(); in getCC1Arguments()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.cpp | 356 for (const auto nameValue : llvm::zip(args, entryBB->getArguments())) { in startFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 83 return &Cmd->getArguments(); in GetCC1Arguments()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 818 CompilerInvocation::CreateFromArgs(*CI, Cmd->getArguments(), *Diags, in getCompilationDatabase()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 610 auto arg_enum = func_sig->getArguments(); in CreateLLDBTypeFromPDBType()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 282 regions.emplace_back(&loopOp.getBody(), loopOp.getBody().getArguments()); in getSuccessorRegions()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 8803 auto &JArgs = J.getArguments(); in ConstructJob() 9293 for (const char *LinkArg : LinkCommand->getArguments()) in ConstructJob()
|