| /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 | 83 PDBSymbolFunc::getArguments() const { in getArguments() function in PDBSymbolFunc
|
| /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 | 23 std::unique_ptr<IPDBEnumSymbols> getArguments() const;
|
| H A D | PDBSymbolFunc.h | 33 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/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 664 {Cmd.getArguments().begin(), Cmd.getArguments().end()}}); in computeDependencies() 671 Argv.insert(Argv.end(), Cmd.getArguments().begin(), in computeDependencies() 672 Cmd.getArguments().end()); in computeDependencies()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 101 const ArgStringList &CCArgs = Cmd->getArguments(); in createInvocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 225 const llvm::opt::ArgStringList &getArguments() const { return Arguments; } in getArguments() function
|
| /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 | 167 return &CC1Jobs[0]->getArguments(); in getCC1Arguments()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 75 return &Cmd->getArguments(); in GetCC1Arguments()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 743 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/Driver/ |
| H A D | Driver.cpp | 1723 llvm::opt::ArgStringList ArgList = NewLLDInvocation.getArguments(); in generateCompilationDiagnostics() 1906 Cmd.getArguments())) in setUpResponseFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 8738 auto &JArgs = J.getArguments(); in ConstructJob() 9147 for (const char *LinkArg : LinkCommand->getArguments()) in ConstructJob()
|