Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp530 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local
536 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo()
540 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
541 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
542 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
544 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
546 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
548 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
550 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
552 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
[all …]