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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 29 #include "llvm/Support/DebugLoc.h"
83 DebugLoc debugLoc; // Source line information.
101 // The next two constructors have DebugLoc and non-DebugLoc versions;
102 // over time, the non-DebugLoc versions should be phased out and eventually
107 /// by the MCInstrDesc. The version with a DebugLoc should be preferred.
112 /// block. The version with a DebugLoc should be preferred.
117 /// MCInstrDesc. An explicit DebugLoc is supplied.
118 explicit MachineInstr(const MCInstrDesc &MCID, const DebugLoc dl
    [all...]
SelectionDAGNodes.h 35 #include "llvm/Support/DebugLoc.h"
148 inline const DebugLoc getDebugLoc() const;
345 /// debugLoc - source line information.
346 DebugLoc debugLoc;
417 const DebugLoc getDebugLoc() const { return debugLoc; }
421 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
682 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 554 /// MachineInstr ctor - As above, but with a DebugLoc.
555 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
558 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) {
585 /// MachineInstr ctor - As above, but with a DebugLoc.
587 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl,
590 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) {
606 Parent(0), debugLoc(MI.getDebugLoc()) {
887 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]

Completed in 38 milliseconds