reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1806       getContext().getWasmSection(".init_array", SectionKind::getData());
 1817          getContext().getWasmSection(".init_array." + utostr(Priority),
lib/MC/MCObjectFileInfo.cpp
  732   TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
  733   DataSection = Ctx->getWasmSection(".data", SectionKind::getData());
  736       Ctx->getWasmSection(".debug_line", SectionKind::getMetadata());
  738       Ctx->getWasmSection(".debug_line_str", SectionKind::getMetadata());
  740       Ctx->getWasmSection(".debug_str", SectionKind::getMetadata());
  742       Ctx->getWasmSection(".debug_loc", SectionKind::getMetadata());
  744       Ctx->getWasmSection(".debug_abbrev", SectionKind::getMetadata());
  745   DwarfARangesSection = Ctx->getWasmSection(".debug_aranges", SectionKind::getMetadata());
  747       Ctx->getWasmSection(".debug_ranges", SectionKind::getMetadata());
  749       Ctx->getWasmSection(".debug_macinfo", SectionKind::getMetadata());
  750   DwarfAddrSection = Ctx->getWasmSection(".debug_addr", SectionKind::getMetadata());
  751   DwarfCUIndexSection = Ctx->getWasmSection(".debug_cu_index", SectionKind::getMetadata());
  752   DwarfTUIndexSection = Ctx->getWasmSection(".debug_tu_index", SectionKind::getMetadata());
  754       Ctx->getWasmSection(".debug_info", SectionKind::getMetadata());
  755   DwarfFrameSection = Ctx->getWasmSection(".debug_frame", SectionKind::getMetadata());
  756   DwarfPubNamesSection = Ctx->getWasmSection(".debug_pubnames", SectionKind::getMetadata());
  757   DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata());
  762   LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table",
lib/MC/MCParser/WasmAsmParser.cpp
  131     MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue());
  151     auto WS = getContext().getWasmSection(Name, Kind.getValue());
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  844     auto WS = getContext().getWasmSection(SecName, SectionKind::getText());
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  158           OutContext.getWasmSection(SectionName, SectionKind::getMetadata());
  197     MCSectionWasm *Producers = OutContext.getWasmSection(
  255   MCSectionWasm *FeaturesSection = OutContext.getWasmSection(