Searched refs:arg_types (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 480 std::vector<CompilerType> arg_types; in CreateFunction() local 483 arg_types.push_back(arg_type->GetFullCompilerType()); in CreateFunction() 494 ret_type->GetFullCompilerType(), arg_types.data(), arg_types.size(), in CreateFunction() 791 std::vector<CompilerType> arg_types; in ParseFunctions() local 792 arg_types.reserve(num_args); in ParseFunctions() 805 arg_types.push_back(arg_type ? arg_type->GetFullCompilerType() in ParseFunctions() 818 arg_types.data(), arg_types.size(), is_variadic, 0, in ParseFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 1199 std::vector<CompilerType> arg_types; in CreateFunctionType() 1200 arg_types.reserve(arg_indices.size()); in CreateFunctionType() 1206 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType() 1220 return_ct, arg_types.data(), arg_types.size(), is_variadic, 0, *cc); in CreateFunctionType() 1198 std::vector<CompilerType> arg_types; CreateFunctionType() local
|