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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  424     return SectionKind::getMetadata();
lib/MC/MCObjectFileInfo.cpp
  171                            SectionKind::getMetadata());
  175                            SectionKind::getMetadata());
  180                            SectionKind::getMetadata());
  206                            SectionKind::getMetadata(), "debug_names_begin");
  209                            SectionKind::getMetadata(), "names_begin");
  212                            SectionKind::getMetadata(), "objc_begin");
  216                            SectionKind::getMetadata(), "namespac_begin");
  219                            SectionKind::getMetadata(), "types_begin");
  223                            SectionKind::getMetadata());
  227                            SectionKind::getMetadata(), "section_abbrev");
  230                            SectionKind::getMetadata(), "section_info");
  233                            SectionKind::getMetadata(), "section_line");
  236                            SectionKind::getMetadata(), "section_line_str");
  239                            SectionKind::getMetadata());
  242                            SectionKind::getMetadata());
  245                            SectionKind::getMetadata());
  248                            SectionKind::getMetadata());
  251                            SectionKind::getMetadata());
  254                            SectionKind::getMetadata(), "info_string");
  257                            SectionKind::getMetadata(), "section_str_off");
  260                            SectionKind::getMetadata(), "section_info");
  263                            SectionKind::getMetadata(), "section_debug_loc");
  266                            SectionKind::getMetadata(), "section_debug_loc");
  270                            SectionKind::getMetadata());
  273                            SectionKind::getMetadata(), "debug_range");
  276                            SectionKind::getMetadata(), "debug_range");
  279                            SectionKind::getMetadata(), "debug_macinfo");
  282                            SectionKind::getMetadata());
  285                            SectionKind::getMetadata());
  288                            SectionKind::getMetadata());
  290                                          0, SectionKind::getMetadata());
  293                                          0, SectionKind::getMetadata());
  296       "__LLVM", "__remarks", MachO::S_ATTR_DEBUG, SectionKind::getMetadata());
  532                           SectionKind::getMetadata());
  537                           SectionKind::getMetadata());
  542       SectionKind::getMetadata());
  548       SectionKind::getMetadata(), "section_abbrev");
  553       SectionKind::getMetadata(), "section_info");
  558       SectionKind::getMetadata(), "section_line");
  563       SectionKind::getMetadata(), "section_line_str");
  568       SectionKind::getMetadata());
  573       SectionKind::getMetadata());
  578       SectionKind::getMetadata());
  583       SectionKind::getMetadata());
  588       SectionKind::getMetadata());
  593       SectionKind::getMetadata(), "info_string");
  598       SectionKind::getMetadata(), "section_str_off");
  603       SectionKind::getMetadata(), "section_debug_loc");
  608       SectionKind::getMetadata());
  613       SectionKind::getMetadata(), "debug_range");
  618       SectionKind::getMetadata(), "debug_macinfo");
  623       SectionKind::getMetadata(), "section_info_dwo");
  628       SectionKind::getMetadata(), "section_types_dwo");
  633       SectionKind::getMetadata(), "section_abbrev_dwo");
  638       SectionKind::getMetadata(), "skel_string");
  643       SectionKind::getMetadata());
  648       SectionKind::getMetadata(), "skel_loc");
  653       SectionKind::getMetadata(), "section_str_off_dwo");
  658       SectionKind::getMetadata(), "addr_sec");
  663       SectionKind::getMetadata());
  668       SectionKind::getMetadata());
  673       SectionKind::getMetadata(), "debug_names_begin");
  678       SectionKind::getMetadata(), "names_begin");
  683       SectionKind::getMetadata(), "namespac_begin");
  688       SectionKind::getMetadata(), "types_begin");
  693       SectionKind::getMetadata(), "objc_begin");
  697       SectionKind::getMetadata());
  708                                       SectionKind::getMetadata());
  713                                      SectionKind::getMetadata());
  718                                      SectionKind::getMetadata());
  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());
lib/MC/MCParser/WasmAsmParser.cpp
  121                     .StartsWith(".custom_section", SectionKind::getMetadata())
  126                     .StartsWith(".debug_", SectionKind::getMetadata())
lib/MC/WinCOFFObjectWriter.cpp
  666         SectionKind::getMetadata());
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
   37     SK = SectionKind::getMetadata();
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  158           OutContext.getWasmSection(SectionName, SectionKind::getMetadata());
  198         ".custom_section.producers", SectionKind::getMetadata());
  256       ".custom_section.target_features", SectionKind::getMetadata());
lib/Target/X86/X86AsmPrinter.cpp
  669         SectionKind::getMetadata()));