Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| 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() 413 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo() 414 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo() 416 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 418 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo() 420 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 422 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 424 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() [all …]
|