| /freebsd-13.1/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 | 81 PDBSymbolFunc::getArguments() const { in getArguments() function in PDBSymbolFunc
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 61 const Vector<std::string> &getArguments() const { return Args; } in getArguments() function 142 for (auto arg : getArguments()) in toString()
|
| H A D | FuzzerUtilFuchsia.cpp | 429 auto Args = Cmd.getArguments(); in ExecuteCommand()
|
| /freebsd-13.1/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 | 30 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>> getArguments() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 100 if (auto ChildEnum = Symbol.getArguments()) { in start() 185 if (auto Arguments = Symbol.getArguments()) { in start()
|
| H A D | PrettyVariableDumper.cpp | 157 if (auto Arguments = Symbol.getArguments()) { in dumpRight()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 97 const ArgStringList &CCArgs = Cmd.getArguments(); in createInvocationFromCommandLine()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 389 Argv.append(getArguments().begin(), getArguments().end()); in Execute()
|
| H A D | Driver.cpp | 1529 Cmd.getArguments())) in setUpResponseFiles()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 136 const llvm::opt::ArgStringList &CC1Args = Cmd.getArguments(); in main()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 209 const llvm::opt::ArgStringList &getArguments() const { return Arguments; } in getArguments() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 60 return &Cmd->getArguments(); in GetCC1Arguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 155 std::vector<Expression *> getArguments();
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 159 return &CC1Jobs[0]->getArguments(); in getCC1Arguments()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 604 auto arg_enum = func_sig->getArguments(); in CreateLLDBTypeFromPDBType()
|