HomeSort by relevance Sort by last modified time
    Searched defs:debugLoc (Results 1 - 2 of 2) 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...]

Completed in 293 milliseconds