Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 430 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local 436 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo() 440 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo() 444 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 448 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 450 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 456 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo() 460 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo() 462 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo() 464 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo() [all …]
|