Home
last modified time | relevance | path

Searched refs:function_args (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/examples/functions/
H A Dmain.cpp259 SBTypeList function_args = in main() local
261 const size_t num_function_args = function_args.GetSize(); in main()
286 function_args.GetTypeAtIndex(function_arg_idx); in main()
314 function_args.GetTypeAtIndex(function_arg_idx); in main()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h138 std::vector<lldb_private::CompilerType> &function_args,