Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 402 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local 408 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo() 412 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo() 416 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 420 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 422 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 428 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo() 432 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo() 434 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo() 436 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo() [all …]
|