Lines Matching refs:getELFSection

434   BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,  in initELFMCObjectFileInfo()
437 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
440 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
444 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
447 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
450 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
453 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
457 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
461 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
465 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
468 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
471 StaticDtorSection = Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
480 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
486 DwarfAbbrevSection = Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0, in initELFMCObjectFileInfo()
489 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0, "section_info"); in initELFMCObjectFileInfo()
490 DwarfLineSection = Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
491 DwarfFrameSection = Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
493 Ctx->getELFSection(".debug_pubnames", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
495 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
497 Ctx->getELFSection(".debug_gnu_pubnames", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
499 Ctx->getELFSection(".debug_gnu_pubtypes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
501 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
503 DwarfLocSection = Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
505 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
507 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0, "debug_range"); in initELFMCObjectFileInfo()
513 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0, "names_begin"); in initELFMCObjectFileInfo()
515 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0, "objc_begin"); in initELFMCObjectFileInfo()
516 DwarfAccelNamespaceSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
519 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0, "types_begin"); in initELFMCObjectFileInfo()
523 Ctx->getELFSection(".debug_info.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
525 Ctx->getELFSection(".debug_types.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
527 Ctx->getELFSection(".debug_abbrev.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
529 Ctx->getELFSection(".debug_str.dwo", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
532 Ctx->getELFSection(".debug_line.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
534 Ctx->getELFSection(".debug_loc.dwo", ELF::SHT_PROGBITS, 0, "skel_loc"); in initELFMCObjectFileInfo()
536 Ctx->getELFSection(".debug_str_offsets.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
538 Ctx->getELFSection(".debug_addr", ELF::SHT_PROGBITS, 0, "addr_sec"); in initELFMCObjectFileInfo()
542 Ctx->getELFSection(".debug_cu_index", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
544 Ctx->getELFSection(".debug_tu_index", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
547 Ctx->getELFSection(".llvm_stackmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
550 Ctx->getELFSection(".llvm_faultmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
553 Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags); in initELFMCObjectFileInfo()
842 return Ctx->getELFSection(".debug_types", ELF::SHT_PROGBITS, ELF::SHF_GROUP, in getDwarfTypesSection()