• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/

Lines Matching refs:getWasmSection

746   TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
747 DataSection = Ctx->getWasmSection(".data", SectionKind::getData());
750 Ctx->getWasmSection(".debug_line", SectionKind::getMetadata());
752 Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata());
754 Ctx->getWasmSection(".debug_str", SectionKind::getMetadata());
756 Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata());
758 Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata());
759 DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata());
761 Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata());
763 Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata());
764 DwarfCUIndexSection = Ctx->getWasmSection(".debug_cu_index", SectionKind::getMetadata());
765 DwarfTUIndexSection = Ctx->getWasmSection(".debug_tu_index", SectionKind::getMetadata());
767 Ctx->getWasmSection(".debug_info", SectionKind::getMetadata());
768 DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata());
769 DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata());
770 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata());
773 Ctx->getWasmSection(".debug_names", SectionKind::getMetadata());
775 Ctx->getWasmSection(".debug_str_offsets", SectionKind::getMetadata());
777 Ctx->getWasmSection(".debug_addr", SectionKind::getMetadata());
779 Ctx->getWasmSection(".debug_rnglists", SectionKind::getMetadata());
781 Ctx->getWasmSection(".debug_loclists", SectionKind::getMetadata());
786 LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table",