Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h358 ExceptionHandling ExceptionsType = ExceptionHandling::None; variable
625 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; } in getExceptionHandlingType()
629 ExceptionsType = EH; in setExceptionsType()
633 return ExceptionsType == ExceptionHandling::None && UsesCFIWithoutEH; in usesCFIWithoutEH()
639 return (ExceptionsType == ExceptionHandling::DwarfCFI || in usesCFIForEH()
640 ExceptionsType == ExceptionHandling::ARM || in usesCFIForEH()
641 ExceptionsType == ExceptionHandling::ZOS || usesWindowsCFI()); in usesCFIForEH()
645 return ExceptionsType == ExceptionHandling::WinEH && in usesWindowsCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp94 ExceptionsType = ExceptionHandling::DwarfCFI; in X86MCAsmInfoDarwin()
135 ExceptionsType = ExceptionHandling::DwarfCFI; in X86ELFMCAsmInfo()
165 ExceptionsType = ExceptionHandling::WinEH; in X86MCAsmInfoMicrosoft()
198 ExceptionsType = ExceptionHandling::WinEH; in X86MCAsmInfoGNUCOFF()
200 ExceptionsType = ExceptionHandling::DwarfCFI; in X86MCAsmInfoGNUCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp65 ExceptionsType = (TheTriple.isOSDarwin() && !TheTriple.isWatchABI()) in ARMMCAsmInfoDarwin()
94 ExceptionsType = ExceptionHandling::DwarfCFI; in ARMELFMCAsmInfo()
97 ExceptionsType = ExceptionHandling::ARM; in ARMELFMCAsmInfo()
123 ExceptionsType = ExceptionHandling::WinEH; in ARMCOFFMCAsmInfoMicrosoft()
147 ExceptionsType = ExceptionHandling::WinEH; in ARMCOFFMCAsmInfoGNU()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp148 ExceptionsType = ExceptionHandling::DwarfCFI; in AArch64MCAsmInfoDarwin()
224 ExceptionsType = ExceptionHandling::DwarfCFI; in AArch64MCAsmInfoELF()
257 ExceptionsType = ExceptionHandling::WinEH; in AArch64MCAsmInfoMicrosoftCOFF()
287 ExceptionsType = ExceptionHandling::WinEH; in AArch64MCAsmInfoGNUCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp29 ExceptionsType = ExceptionHandling::DwarfCFI; in SystemZMCAsmInfoELF()
49 ExceptionsType = ExceptionHandling::ZOS; in SystemZMCAsmInfoGOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp47 ExceptionsType = ExceptionHandling::DwarfCFI; in MipsELFMCAsmInfo()
57 ExceptionsType = ExceptionHandling::WinEH; in MipsCOFFMCAsmInfo()
/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/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp29 ExceptionsType = ExceptionHandling::DwarfCFI; in XCoreMCAsmInfo()
/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/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h35 ExceptionsType = ExceptionHandling::DwarfCFI; in BPFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCAsmInfo.cpp40 ExceptionsType = ExceptionHandling::DwarfCFI; in M68kELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCAsmInfo.cpp27 ExceptionsType = ExceptionHandling::DwarfCFI; in LanaiMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp45 ExceptionsType = ExceptionHandling::AIX; in MCAsmInfoXCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp58 ExceptionsType = ExceptionHandling::None; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCAsmInfo.cpp31 ExceptionsType = ExceptionHandling::DwarfCFI; in XtensaMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp47 ExceptionsType = ExceptionHandling::DwarfCFI; in HexagonMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCAsmInfo.cpp37 ExceptionsType = ExceptionHandling::DwarfCFI; in CSKYMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp28 ExceptionsType = ExceptionHandling::DwarfCFI; in RISCVMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp41 ExceptionsType = ExceptionHandling::DwarfCFI; in SparcELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp211 ExceptionsType = ExceptionHandling::DwarfCFI; in LoongArchMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp201 ExceptionsType = ExceptionHandling::DwarfCFI; in PPCELFMCAsmInfo()