Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp37 ExceptionsType = (TheTriple.isOSDarwin() && !TheTriple.isWatchABI()) in ARMMCAsmInfoDarwin()
65 ExceptionsType = ExceptionHandling::DwarfCFI; in ARMELFMCAsmInfo()
68 ExceptionsType = ExceptionHandling::ARM; in ARMELFMCAsmInfo()
91 ExceptionsType = ExceptionHandling::WinEH; in ARMCOFFMCAsmInfoMicrosoft()
114 ExceptionsType = ExceptionHandling::WinEH; in ARMCOFFMCAsmInfoGNU()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp62 ExceptionsType = ExceptionHandling::DwarfCFI; in X86MCAsmInfoDarwin()
102 ExceptionsType = ExceptionHandling::DwarfCFI; in X86ELFMCAsmInfo()
131 ExceptionsType = ExceptionHandling::WinEH; in X86MCAsmInfoMicrosoft()
163 ExceptionsType = ExceptionHandling::WinEH; in X86MCAsmInfoGNUCOFF()
165 ExceptionsType = ExceptionHandling::DwarfCFI; in X86MCAsmInfoGNUCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h457 ExceptionHandling ExceptionsType = ExceptionHandling::None; variable
774 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; } in getExceptionHandlingType()
778 ExceptionsType = EH; in setExceptionsType()
782 return ExceptionsType == ExceptionHandling::None && UsesCFIWithoutEH; in usesCFIWithoutEH()
788 return (ExceptionsType == ExceptionHandling::DwarfCFI || in usesCFIForEH()
789 ExceptionsType == ExceptionHandling::ARM || in usesCFIForEH()
790 ExceptionsType == ExceptionHandling::ZOS || usesWindowsCFI()); in usesCFIForEH()
794 return ExceptionsType == ExceptionHandling::WinEH && in usesWindowsCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp50 ExceptionsType = ExceptionHandling::DwarfCFI; in AArch64MCAsmInfoDarwin()
97 ExceptionsType = ExceptionHandling::DwarfCFI; in AArch64MCAsmInfoELF()
115 ExceptionsType = ExceptionHandling::WinEH; in AArch64MCAsmInfoMicrosoftCOFF()
132 ExceptionsType = ExceptionHandling::WinEH; in AArch64MCAsmInfoGNUCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCAsmInfo.cpp29 ExceptionsType = ExceptionHandling::DwarfCFI; in CSKYMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCAsmInfo.cpp32 ExceptionsType = ExceptionHandling::DwarfCFI; in M68kELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp34 ExceptionsType = ExceptionHandling::DwarfCFI; in MSP430MCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCAsmInfo.cpp30 ExceptionsType = ExceptionHandling::DwarfCFI; in XtensaMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCAsmInfo.cpp26 ExceptionsType = ExceptionHandling::DwarfCFI; in LanaiMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp33 ExceptionsType = ExceptionHandling::DwarfCFI; in LoongArchMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp29 ExceptionsType = ExceptionHandling::DwarfCFI; in XCoreMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp35 ExceptionsType = ExceptionHandling::DwarfCFI; in HexagonMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp29 ExceptionsType = ExceptionHandling::DwarfCFI; in ARCMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp54 ExceptionsType = ExceptionHandling::Wasm; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h35 ExceptionsType = ExceptionHandling::DwarfCFI; in BPFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp20 ExceptionsType = ExceptionHandling::DwarfCFI; in SystemZMCAsmInfoELF()
41 ExceptionsType = ExceptionHandling::ZOS; in SystemZMCAsmInfoGOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp50 ExceptionsType = ExceptionHandling::DwarfCFI; in MipsMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp58 ExceptionsType = ExceptionHandling::AIX; in MCAsmInfoXCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp27 ExceptionsType = ExceptionHandling::DwarfCFI; in RISCVMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp48 ExceptionsType = ExceptionHandling::DwarfCFI; in PPCELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp41 ExceptionsType = ExceptionHandling::DwarfCFI; in SparcELFMCAsmInfo()