|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/MC/MCContext.h 426 return getELFSection(Section, Type, Flags, 0, "");
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 287 auto *S = C.getELFSection(".deplibs", ELF::SHT_LLVM_DEPENDENT_LIBRARIES,
789 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT);
828 return getContext().getELFSection(".GCC.command.line", ELF::SHT_PROGBITS,
lib/MC/ELFObjectWriter.cpp 640 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, "");
737 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4, "");
1159 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile",
lib/MC/MCContext.cpp 382 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
lib/MC/MCELFStreamer.cpp 369 MCSection *Comment = getAssembler().getContext().getELFSection(
lib/MC/MCObjectFileInfo.cpp 364 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS,
368 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS,
372 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS,
376 Ctx->getELFSection(".rodata.cst32", ELF::SHT_PROGBITS,
405 Ctx->getELFSection(".debug_line_str", DebugSecType,
417 Ctx->getELFSection(".debug_str", DebugSecType,
455 DwarfStrDWOSection = Ctx->getELFSection(
842 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0,
lib/Target/AArch64/AArch64AsmPrinter.cpp 290 OutStreamer->SwitchSection(OutContext.getELFSection(
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS,
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp 1316 MCSectionELF *Sec = Context.getELFSection(
lib/Target/XCore/XCoreTargetObjectFile.cpp 47 MergeableConst4Section = Ctx.getELFSection(
50 MergeableConst8Section = Ctx.getELFSection(
53 MergeableConst16Section = Ctx.getELFSection(