Home
last modified time | relevance | path

Searched refs:Trap (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp112 const MCSymbol *Trap, in emitXCOFFExceptDirective() argument
116 getWriter().addExceptionEntry(Symbol, Trap, Lang, Reason, FunctionSize, in emitXCOFFExceptDirective()
H A DXCOFFObjectWriter.cpp228 const MCSymbol *Trap; member
233 ExceptionTableEntry(const MCSymbol *Trap, unsigned Lang, unsigned Reason) in ExceptionTableEntry()
234 : Trap(Trap), Lang(Lang), Reason(Reason) {} in ExceptionTableEntry()
441 void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap,
1347 const MCSymbol *Trap, unsigned LanguageCode, in addExceptionEntry() argument
1357 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry()
1364 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry()
1470 TrapEntry.Trap->getOffset(); in assignAddressesAndIndices()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td129 // Supervisor Trap Setup
150 // Supervisor Trap Handling
199 // Hypervisor Trap Setup
212 // Hypervisor Trap Handling
292 // Machine Trap Setup
308 // Machine Trap Handling
H A DRISCVAsmPrinter.cpp715 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
716 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
718 emitKCFITrapEntry(*MI.getMF(), Trap); in LowerKCFI_CHECK()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td258 // Trap handler registers
419 // Trap handler TMP 32-bit registers
426 // Trap handler TMP 16-bit registers
434 // Trap handler TMP 64-bit registers
437 // Trap handler TMP 96-bit registers
440 // Trap handler TMP 128-bit registers
443 // Trap handler TMP 160-bit registers
446 // Trap handler TMP 192-bit registers
449 // Trap handler TMP 224-bit registers
452 // Trap handler TMP 256-bit registers
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCleanCodeAfterTrap.cpp64 if (MI.hasProperty(MCID::Trap) && MI.isTerminator()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp82 Trap(); in __sanitizer_stat_report()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h188 Trap, enumerator
283 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap()
H A DMCXCOFFObjectWriter.h47 virtual void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap,
H A DMCXCOFFStreamer.h36 void emitXCOFFExceptDirective(const MCSymbol *Symbol, const MCSymbol *Trap,
H A DMCStreamer.h627 const MCSymbol *Trap,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp83 Trap(); in CheckFailed()
H A Dsanitizer_internal_defs.h410 inline void Trap() { in Trap() function
425 inline void Trap() { in Trap() function
/freebsd/contrib/sendmail/src/
H A Daliases64 # Trap decode to catch security attacks
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3376 Sema::SFINAETrap Trap(S); in DeduceTemplateArguments() local
3412 if (Trap.hasErrorOccurred()) in DeduceTemplateArguments()
3450 SFINAETrap Trap(*this); in DeduceTemplateArgumentsFromType() local
3479 if (Trap.hasErrorOccurred()) in DeduceTemplateArgumentsFromType()
3529 SFINAETrap Trap(*this); in SubstituteExplicitTemplateArguments() local
3552 Trap.hasErrorOccurred()) { in SubstituteExplicitTemplateArguments()
3641 if (ResultType.isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3667 if (FunctionType->isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments()
3870 Sema::SFINAETrap Trap(S); in instantiateExplicitSpecifierDeferred() local
3873 if (InstantiatedES.isInvalid() || Trap.hasErrorOccurred()) { in instantiateExplicitSpecifierDeferred()
[all …]
H A DSemaTemplateInstantiate.cpp1835 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresExpr() local
1840 if (Trap.hasErrorOccurred()) in TransformRequiresExpr()
2795 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresTypeParams() local
2801 Trap.hasErrorOccurred()) { in TransformRequiresTypeParams()
2827 Sema::SFINAETrap Trap(SemaRef); in TransformTypeRequirement() local
2835 if (!TransType || Trap.hasErrorOccurred()) in TransformTypeRequirement()
2848 Sema::SFINAETrap Trap(SemaRef); in TransformExprRequirement() local
2862 if (!TransExprRes.isInvalid() && !Trap.hasErrorOccurred() && in TransformExprRequirement()
2865 if (TransExprRes.isInvalid() || Trap.hasErrorOccurred()) in TransformExprRequirement()
2888 if (!TPL || Trap.hasErrorOccurred()) in TransformExprRequirement()
[all …]
H A DSemaConcept.cpp234 Sema::SFINAETrap Trap(S); in EvaluateAtomicConstraint() local
238 if (SubstitutedExpression.isInvalid() || Trap.hasErrorOccurred()) { in EvaluateAtomicConstraint()
242 if (!Trap.hasErrorOccurred()) in EvaluateAtomicConstraint()
298 Sema::SFINAETrap Trap(S); in EvaluateFoldExpandedConstraintSize() local
1799 SFINAETrap Trap(*this); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
H A DSemaExprMember.cpp923 SFINAETrap Trap(*this, true); in BuildMemberReferenceExpr() local
929 if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) { in BuildMemberReferenceExpr()
935 if (Trap.hasErrorOccurred()) in BuildMemberReferenceExpr()
/freebsd/lib/libc/nls/
H A Dpt_BR.ISO8859-1.msg196 5 Trap de Trace/BPT
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp359 Trap(); in CfiSlowPathCommon()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S40 .set PSL_T,0x00000100 # Trap flag
382 testl $PSL_T,0x10(%esp,1) # Trap flag set?
/freebsd/contrib/bsnmp/
H A DNEWS40 Trap variables for ntp (still need trap definition and code).
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp205 enum WPDCheckMode { None, Trap, Fallback }; enumerator
210 clEnumValN(WPDCheckMode::Trap, "trap", "Trap when incorrect"),
1222 if (DevirtCheckMode == WPDCheckMode::Trap) { in applySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp936 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
937 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
939 emitKCFITrapEntry(MF, Trap); in LowerKCFI_CHECK()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp784 Opcode == SystemZ::Trap || in isPredicable()
803 if (MBB.getLastNonDebugInstr()->getOpcode() != SystemZ::Trap && in isProfitableToIfCvt()
834 if (Opcode == SystemZ::Trap) { in PredicateInstruction()

123