Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1158 MCSectionELF *EHSection = getContext().getELFSection( in SwitchToEHSection() local
1163 assert(EHSection && "Failed to get the required EH section"); in SwitchToEHSection()
1166 switchSection(EHSection); in SwitchToEHSection()