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 28 #include "llvm/IR/DebugLoc.h"
94 DebugLoc debugLoc; // Source line information.
112 /// MCInstrDesc. An explicit DebugLoc is supplied.
114 const DebugLoc dl, bool NoImp = false);
245 DebugLoc getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 34 #include "llvm/IR/DebugLoc.h"
185 inline const DebugLoc getDebugLoc() const;
376 /// debugLoc - source line information.
377 DebugLoc debugLoc;
463 const DebugLoc getDebugLoc() const { return debugLoc; }
467 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
741 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs
    [all...]

Completed in 75 milliseconds