Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h159 std::vector<lldb_private::CompilerType> &function_args,