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 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...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 550 const DebugLoc dl, bool NoImp)
553 NumMemRefs(0), MemRefs(nullptr), debugLoc(dl) {
571 debugLoc(MI.getDebugLoc()) {
845 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]

Completed in 75 milliseconds