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"
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;
344 /// debugLoc - source line information.
345 DebugLoc debugLoc;
431 const DebugLoc getDebugLoc() const { return debugLoc; }
435 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
699 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 533 const DebugLoc dl, bool NoImp)
536 NumMemRefs(0), MemRefs(0), debugLoc(dl) {
554 debugLoc(MI.getDebugLoc()) {
825 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]

Completed in 222 milliseconds