Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp42 UsesCFIWithoutEH = true; in AMDGPUMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h461 bool UsesCFIWithoutEH = false; variable
782 return ExceptionsType == ExceptionHandling::None && UsesCFIWithoutEH; in usesCFIWithoutEH()