Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1050 MCSectionELF *EHSection = getContext().getELFSection( in SwitchToEHSection() local
1055 assert(EHSection && "Failed to get the required EH section"); in SwitchToEHSection()
1058 SwitchSection(EHSection); in SwitchToEHSection()