Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp375 unsigned EHSectionFlags = ELF::SHF_ALLOC; in initELFMCObjectFileInfo() local
377 EHSectionFlags |= ELF::SHF_WRITE; in initELFMCObjectFileInfo()
527 Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags); in initELFMCObjectFileInfo()