Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 429 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local 435 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo() 439 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo() 440 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo() 441 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo() 443 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 445 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo() 447 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 449 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 451 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() [all …]
|