Home
last modified time | relevance | path

Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp429 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()
443 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
447 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
449 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
455 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo()
459 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo()
461 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo()
463 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo()
[all …]