Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp387 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local
393 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo()
397 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
401 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
405 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
407 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
413 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo()
417 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo()
419 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo()
421 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo()
[all …]