HomeSort by: relevance | last modified time | path
    Searched defs:debugLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 27 #include "llvm/IR/DebugLoc.h"
252 DebugLoc debugLoc; // Source line information.
269 /// MCInstrDesc. An explicit DebugLoc is supplied.
270 MachineInstr(MachineFunction &, const MCInstrDesc &tid, DebugLoc dl,
418 const DebugLoc &getDebugLoc() const { return debugLoc; }
1735 void setDebugLoc(DebugLoc dl) {
1736 debugLoc = std::move(dl);
1737 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor")
    [all...]
SelectionDAGNodes.h 36 #include "llvm/IR/DebugLoc.h"
211 inline const DebugLoc &getDebugLoc() const;
601 DebugLoc debugLoc;
711 const DebugLoc &getDebugLoc() const { return debugLoc; }
715 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
1056 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
1058 IROrder(Order), debugLoc(std::move(dl))
    [all...]

Completed in 60 milliseconds