Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp579 std::vector<CompilerType> &aggregate_compiler_types) { in FlattenAggregateType() argument
606 aggregate_compiler_types.push_back(field_compiler_type); in FlattenAggregateType()
610 aggregate_compiler_types)) { in FlattenAggregateType()
641 std::vector<CompilerType> aggregate_compiler_types; in GetReturnValueObjectImpl() local
647 aggregate_compiler_types)) { in GetReturnValueObjectImpl()
687 const uint32_t num_children = aggregate_compiler_types.size(); in GetReturnValueObjectImpl()
696 CompilerType field_compiler_type = aggregate_compiler_types[idx]; in GetReturnValueObjectImpl()
757 aggregate_compiler_types[idx + 1]; in GetReturnValueObjectImpl()
774 aggregate_compiler_types[idx - 1]; in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp552 std::vector<CompilerType> &aggregate_compiler_types) { in FlattenAggregateType() argument
584 aggregate_compiler_types.push_back(field_compiler_type); in FlattenAggregateType()
588 aggregate_compiler_types)) { in FlattenAggregateType()
640 std::vector<CompilerType> aggregate_compiler_types; in GetReturnValueObjectImpl() local
644 aggregate_compiler_types)) { in GetReturnValueObjectImpl()
667 const uint32_t num_children = aggregate_compiler_types.size(); in GetReturnValueObjectImpl()
673 CompilerType field_compiler_type = aggregate_compiler_types[idx]; in GetReturnValueObjectImpl()