Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp395 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 …]
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp400 unsigned DebugSecType = ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() local
406 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo()
410 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
411 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
412 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
414 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
416 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
418 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
420 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
422 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
[all …]