Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td103 // Supervisor Trap Setup
120 // Supervisor Trap Handling
148 // Hypervisor Trap Setup
159 // Hypervisor Trap Handling
224 // Machine Trap Setup
237 // Machine Trap Handling
H A DRISCVAsmPrinter.cpp549 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
550 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
552 emitKCFITrapEntry(*MI.getMF(), Trap); in LowerKCFI_CHECK()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp107 const MCSymbol *Trap, in emitXCOFFExceptDirective() argument
111 getAssembler().getWriter().addExceptionEntry(Symbol, Trap, Lang, Reason, in emitXCOFFExceptDirective()
H A DXCOFFObjectWriter.cpp230 const MCSymbol *Trap; member
235 ExceptionTableEntry(const MCSymbol *Trap, unsigned Lang, unsigned Reason) in ExceptionTableEntry()
236 : Trap(Trap), Lang(Lang), Reason(Reason) {} in ExceptionTableEntry()
425 void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap,
1302 const MCSymbol *Symbol, const MCSymbol *Trap, unsigned LanguageCode, in addExceptionEntry() argument
1311 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry()
1318 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry()
1424 TrapEntry.Trap->getOffset(); in assignAddressesAndIndices()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp82 Trap(); in __sanitizer_stat_report()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h187 Trap, enumerator
282 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap()
H A DMCXCOFFStreamer.h37 void emitXCOFFExceptDirective(const MCSymbol *Symbol, const MCSymbol *Trap,
H A DMCObjectWriter.h111 virtual void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap, in addExceptionEntry() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td295 // Trap handler registers
453 // Trap handler TMP 32-bit registers
460 // Trap handler TMP 16-bit registers
468 // Trap handler TMP 64-bit registers
471 // Trap handler TMP 96-bit registers
474 // Trap handler TMP 128-bit registers
477 // Trap handler TMP 160-bit registers
480 // Trap handler TMP 192-bit registers
483 // Trap handler TMP 224-bit registers
486 // Trap handler TMP 256-bit registers
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp83 Trap(); in CheckFailed()
H A Dsanitizer_internal_defs.h403 inline void Trap() { in Trap() function
418 inline void Trap() { in Trap() function
/freebsd-14.2/contrib/sendmail/src/
H A Daliases64 # Trap decode to catch security attacks
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2959 Sema::SFINAETrap Trap(S); in FinishTemplateArgumentDeduction() local
3031 if (Trap.hasErrorOccurred()) in FinishTemplateArgumentDeduction()
3052 Sema::SFINAETrap Trap(S); in FinishTemplateArgumentDeduction() local
3109 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
3161 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
3260 SFINAETrap Trap(*this); in SubstituteExplicitTemplateArguments() local
3618 Sema::SFINAETrap Trap(S); in instantiateExplicitSpecifierDeferred() local
3645 SFINAETrap Trap(*this); in FinishTemplateArgumentDeduction() local
4504 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
4663 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
[all …]
H A DSemaTemplateInstantiate.cpp1511 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresExpr() local
1516 if (Trap.hasErrorOccurred()) in TransformRequiresExpr()
2391 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresTypeParams() local
2397 Trap.hasErrorOccurred()) { in TransformRequiresTypeParams()
2423 Sema::SFINAETrap Trap(SemaRef); in TransformTypeRequirement() local
2431 if (!TransType || Trap.hasErrorOccurred()) in TransformTypeRequirement()
2444 Sema::SFINAETrap Trap(SemaRef); in TransformExprRequirement() local
2458 if (!TransExprRes.isInvalid() && !Trap.hasErrorOccurred() && in TransformExprRequirement()
2461 if (TransExprRes.isInvalid() || Trap.hasErrorOccurred()) in TransformExprRequirement()
2537 Sema::SFINAETrap Trap(SemaRef); in TransformNestedRequirement() local
[all …]
H A DSemaConcept.cpp367 Sema::SFINAETrap Trap(S); in calculateConstraintSatisfaction() local
371 if (SubstitutedExpression.isInvalid() || Trap.hasErrorOccurred()) { in calculateConstraintSatisfaction()
375 if (!Trap.hasErrorOccurred()) in calculateConstraintSatisfaction()
1565 SFINAETrap Trap(*this); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
H A DSemaExprMember.cpp1036 SFINAETrap Trap(*this, true); in BuildMemberReferenceExpr() local
1042 if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) { in BuildMemberReferenceExpr()
1048 if (Trap.hasErrorOccurred()) in BuildMemberReferenceExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp517 MachineInstr *Trap = MIRBuilder.buildInstr(Mips::TRAP); in legalizeIntrinsic() local
519 return constrainSelectedInstRegOperands(*Trap, TII, TRI, RBI); in legalizeIntrinsic()
/freebsd-14.2/lib/libc/nls/
H A Dpt_BR.ISO8859-1.msg196 5 Trap de Trace/BPT
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp359 Trap(); in CfiSlowPathCommon()
/freebsd-14.2/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-14.2/contrib/bsnmp/
H A DNEWS40 Trap variables for ntp (still need trap definition and code).
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp909 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
910 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
912 emitKCFITrapEntry(MF, Trap); in LowerKCFI_CHECK()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp694 Opcode == SystemZ::Trap || in isPredicable()
713 if (MBB.getLastNonDebugInstr()->getOpcode() != SystemZ::Trap && in isProfitableToIfCvt()
744 if (Opcode == SystemZ::Trap) { in PredicateInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp176 enum WPDCheckMode { None, Trap, Fallback }; enumerator
181 clEnumValN(WPDCheckMode::Trap, "trap", "Trap when incorrect"),
1192 if (DevirtCheckMode == WPDCheckMode::Trap) { in applySingleImplDevirt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td388 // Trap / Breakpoint

123