Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
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()