Searched defs:aggregate_compiler_types (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 579 FlattenAggregateType(Thread & thread,ExecutionContext & exe_ctx,CompilerType & return_compiler_type,uint32_t data_byte_offset,std::vector<uint32_t> & aggregate_field_offsets,std::vector<CompilerType> & aggregate_compiler_types) FlattenAggregateType() argument 641 std::vector<CompilerType> aggregate_compiler_types; GetReturnValueObjectImpl() local
|
H A D | ABIWindows_x86_64.cpp | 552 FlattenAggregateType(Thread & thread,ExecutionContext & exe_ctx,CompilerType & return_compiler_type,uint32_t data_byte_offset,std::vector<uint32_t> & aggregate_field_offsets,std::vector<CompilerType> & aggregate_compiler_types) FlattenAggregateType() argument 640 std::vector<CompilerType> aggregate_compiler_types; GetReturnValueObjectImpl() local
|