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/IR/DebugLoc.h"
97 DebugLoc debugLoc; // Source line information.
115 /// MCInstrDesc. An explicit DebugLoc is supplied.
116 MachineInstr(MachineFunction &, const MCInstrDesc &MCID, DebugLoc dl,
241 const DebugLoc &getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 34 #include "llvm/IR/DebugLoc.h"
168 inline const DebugLoc &getDebugLoc() const;
420 DebugLoc debugLoc;
510 const DebugLoc &getDebugLoc() const { return debugLoc; }
514 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
776 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
782 NumValues(VTs.NumVTs), IROrder(Order), debugLoc(std::move(dl))
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 647 DebugLoc dl, bool NoImp)
650 debugLoc(std::move(dl)) {
651 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
670 debugLoc(MI.getDebugLoc()) {
671 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
    [all...]

Completed in 52 milliseconds