Searched refs:DebugSecType (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCObjectFileInfo.cpp | 395 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local 401 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo() 405 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo() 406 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo() 407 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo() 409 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo() 411 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo() 413 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 415 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo() 417 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() [all …]
|