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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 474 void getTrap(MCInst &MI) const override;
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 584 virtual void getTrap(MCInst &MI) const {
585 llvm_unreachable("Target didn't implement TargetInstrInfo::getTrap!");
590 /// instruction returned by getTrap. This only makes sense because
    [all...]

Completed in 55 milliseconds