Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 438 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local 444 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo() 448 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo() 452 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 456 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 458 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 464 Ctx->getELFSection(".debug_str", DebugSecType, 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() [all …]
|