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

Declarations

include/llvm/MC/MCContext.h
  442     MCSectionELF *getELFSection(const Twine &Section, unsigned Type,

References

include/llvm/MC/MCContext.h
  438       return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID,
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 3140         OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, Flags, 0,
 3143         OutContext.getELFSection("xray_fn_idx", ELF::SHT_PROGBITS, Flags, 0,
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  601   MCSectionELF *Section = getContext().getELFSection(
  680   return Ctx.getELFSection(Name, getELFSectionType(Name, Kind), Flags,
lib/MC/MCObjectFileInfo.cpp
  873   return Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, Flags, 0,
lib/MC/MCParser/ELFAsmParser.cpp
  637       getContext().getELFSection(SectionName, Type, Flags, Size, GroupName,