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"
93 DebugLoc debugLoc; // Source line information.
111 /// MCInstrDesc. An explicit DebugLoc is supplied.
113 const DebugLoc dl, bool NoImp = false);
244 DebugLoc getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 34 #include "llvm/Support/DebugLoc.h"
153 inline const DebugLoc getDebugLoc() const;
350 /// debugLoc - source line information.
351 DebugLoc debugLoc;
422 const DebugLoc getDebugLoc() const { return debugLoc; }
426 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
690 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops
    [all...]

Completed in 1453 milliseconds