Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp294 EHSectionType = ELF::SHT_PROGBITS; in InitELFMCObjectFileInfo()
298 EHSectionType = ELF::SHT_X86_64_UNWIND; in InitELFMCObjectFileInfo()
669 Ctx->getELFSection(".eh_frame", EHSectionType, in InitEHFrameSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h50 unsigned EHSectionType; variable