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.
113 MachineInstr(MachineFunction &, const MCInstrDesc &MCID, DebugLoc dl,
245 const DebugLoc &getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 34 #include "llvm/IR/DebugLoc.h"
171 inline const DebugLoc &getDebugLoc() const;
361 DebugLoc debugLoc;
451 const DebugLoc &getDebugLoc() const { return debugLoc; }
455 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
712 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
718 NumValues(VTs.NumVTs), debugLoc(std::move(dl)), IROrder(Order)
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 589 DebugLoc dl, bool NoImp)
592 debugLoc(std::move(dl)) {
593 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
612 debugLoc(MI.getDebugLoc()) {
613 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
882 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]

Completed in 52 milliseconds