Lines Matching refs:OutputSection
460 void OutputSection(
2527 void Differ::OutputSection( in OutputSection() function in spvtools::diff::__anonceaae9360111::Differ
2721 OutputSection(src_->capabilities(), dst_->capabilities(), write_inst); in Output()
2722 OutputSection(src_->extensions(), dst_->extensions(), write_inst); in Output()
2723 OutputSection(src_->ext_inst_imports(), dst_->ext_inst_imports(), write_inst); in Output()
2740 OutputSection(src_->entry_points(), dst_->entry_points(), write_inst); in Output()
2741 OutputSection(src_->execution_modes(), dst_->execution_modes(), write_inst); in Output()
2742 OutputSection(src_->debugs1(), dst_->debugs1(), write_inst); in Output()
2743 OutputSection(src_->debugs2(), dst_->debugs2(), write_inst); in Output()
2744 OutputSection(src_->debugs3(), dst_->debugs3(), write_inst); in Output()
2745 OutputSection(src_->ext_inst_debuginfo(), dst_->ext_inst_debuginfo(), in Output()
2747 OutputSection(src_->annotations(), dst_->annotations(), write_inst); in Output()
2748 OutputSection(src_->types_values(), dst_->types_values(), write_inst); in Output()
2765 OutputSection(src_header_insts, InstructionList(), write_inst); in Output()
2766 OutputSection(src_insts, InstructionList(), write_inst); in Output()
2773 OutputSection(src_header_insts, dst_header_insts, write_inst); in Output()
2774 OutputSection(src_insts, dst_insts, write_inst); in Output()
2785 OutputSection(InstructionList(), dst_header_insts, write_inst); in Output()
2786 OutputSection(InstructionList(), dst_insts, write_inst); in Output()