Lines Matching refs:getELFSection
388 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
391 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
394 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
398 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
401 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
404 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
407 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
411 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
415 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
419 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
423 Ctx->getELFSection(".rodata.cst32", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
432 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
448 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
449 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
450 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
452 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
454 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
456 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
458 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
460 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
462 Ctx->getELFSection(".debug_gnu_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
464 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo()
466 DwarfLocSection = Ctx->getELFSection(".debug_loc", DebugSecType, 0); in initELFMCObjectFileInfo()
468 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo()
470 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo()
472 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo()
473 DwarfMacroSection = Ctx->getELFSection(".debug_macro", DebugSecType, 0); in initELFMCObjectFileInfo()
479 Ctx->getELFSection(".debug_names", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
481 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
483 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
485 Ctx->getELFSection(".apple_namespaces", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
487 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
491 Ctx->getELFSection(".debug_str_offsets", DebugSecType, 0); in initELFMCObjectFileInfo()
492 DwarfAddrSection = Ctx->getELFSection(".debug_addr", DebugSecType, 0); in initELFMCObjectFileInfo()
493 DwarfRnglistsSection = Ctx->getELFSection(".debug_rnglists", DebugSecType, 0); in initELFMCObjectFileInfo()
494 DwarfLoclistsSection = Ctx->getELFSection(".debug_loclists", DebugSecType, 0); in initELFMCObjectFileInfo()
498 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
500 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
502 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
503 DwarfStrDWOSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
507 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
509 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
510 DwarfStrOffDWOSection = Ctx->getELFSection(".debug_str_offsets.dwo", in initELFMCObjectFileInfo()
513 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
515 Ctx->getELFSection(".debug_macinfo.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
517 Ctx->getELFSection(".debug_macro.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
520 Ctx->getELFSection(".debug_loclists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
524 Ctx->getELFSection(".debug_cu_index", DebugSecType, 0); in initELFMCObjectFileInfo()
526 Ctx->getELFSection(".debug_tu_index", DebugSecType, 0); in initELFMCObjectFileInfo()
529 Ctx->getELFSection(".llvm_stackmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
532 Ctx->getELFSection(".llvm_faultmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
535 Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags); in initELFMCObjectFileInfo()
537 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
539 PseudoProbeSection = Ctx->getELFSection(".pseudo_probe", DebugSecType, 0); in initELFMCObjectFileInfo()
541 Ctx->getELFSection(".pseudo_probe_desc", DebugSecType, 0); in initELFMCObjectFileInfo()
543 LLVMStatsSection = Ctx->getELFSection(".llvm_stats", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
1111 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
1144 return Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, Flags, 0, in getStackSizesSection()
1164 return Ctx->getELFSection(".llvm_bb_addr_map", ELF::SHT_LLVM_BB_ADDR_MAP, in getBBAddrMapSection()
1182 return Ctx->getELFSection(".kcfi_traps", ELF::SHT_PROGBITS, Flags, 0, in getKCFITrapSection()
1201 return Ctx->getELFSection(PseudoProbeSection->getName(), ELF::SHT_PROGBITS, in getPseudoProbeSection()
1221 return Ctx->getELFSection(S->getName(), S->getType(), Flags, in getPseudoProbeDescSection()
1251 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, Flags, 0, GroupName, true, in getPCSection()