HomeSort by relevance Sort by last modified time
    Searched refs:DEBUGTRAP (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 624 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
625 DEBUGTRAP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 279 case ISD::DEBUGTRAP: return "debugtrap";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 819 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
820 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 633 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
    [all...]

Completed in 198 milliseconds