HomeSort by relevance Sort by last modified time
    Searched refs:DebugLoc (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/IR/
DebugLoc.cpp 1 //===-- DebugLoc.cpp - Implement DebugLoc class ---------------------------===//
10 #include "llvm/IR/DebugLoc.h"
17 // DebugLoc Implementation
19 DebugLoc::DebugLoc(const MDLocation *L) : Loc(const_cast<MDLocation *>(L)) {}
20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {}
22 MDLocation *DebugLoc::get() const {
26 unsigned DebugLoc::getLine() const
    [all...]
  /external/llvm/include/llvm/IR/
DebugLoc.h 1 //===- DebugLoc.h - Debug Location Information ------------------*- C++ -*-===//
32 /// To avoid extra includes, \a DebugLoc doubles the \a MDLocation API with a
34 class DebugLoc {
38 DebugLoc() {}
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {}
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {}
41 DebugLoc &operator=(DebugLoc &&X)
    [all...]
DiagnosticInfo.h 20 #include "llvm/IR/DebugLoc.h"
34 class DebugLoc;
261 const DebugLoc &DLoc, const Twine &Msg)
293 const DebugLoc &getDebugLoc() const { return DLoc; }
306 DebugLoc DLoc;
324 const DebugLoc &DLoc, const Twine &Msg)
350 const DebugLoc &DLoc, const Twine &Msg)
376 const DebugLoc &DLoc,
398 const Function &Fn, const DebugLoc &DLoc,
408 const Function &Fn, const DebugLoc &DLoc
    [all...]
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.h 34 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
56 DebugLoc DL) const override;
BPFInstrInfo.cpp 35 MachineBasicBlock::iterator I, DebugLoc DL,
50 DebugLoc DL;
68 DebugLoc DL;
137 DebugLoc DL) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 53 MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL,
69 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const override;
NVPTXFrameLowering.cpp 41 DebugLoc dl = DebugLoc();
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 18 #include "llvm/IR/DebugLoc.h"
51 DebugLoc DL;
57 uint64_t off, DebugLoc dl, unsigned O)
67 DebugLoc dl, unsigned O)
75 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl,
110 // Returns the DebugLoc.
111 DebugLoc getDebugLoc() const { return DL; }
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h 34 MachineBasicBlock::iterator MI, DebugLoc DL,
SIInstrInfo.cpp 38 MachineBasicBlock::iterator MI, DebugLoc DL,
55 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::V_MOV_IMM_I32), DebugLoc());
R600ISelLowering.h 39 DebugLoc DL, unsigned DwordOffset) const;
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 56 MachineBasicBlock::iterator I, DebugLoc DL,
87 DebugLoc DL) const override;
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 78 DebugLoc DL) const override;
81 MachineBasicBlock::iterator I, DebugLoc DL,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 61 DebugLoc DL) const override;
66 MachineBasicBlock::iterator I, DebugLoc DL,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 111 const MDNode *Expr, DebugLoc DL) const;
113 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
117 DebugLoc DL, unsigned DestReg, unsigned SrcReg,
144 DebugLoc DL) const override;
151 DebugLoc DL, unsigned DstReg,
189 void instantiateCondBranch(MachineBasicBlock &MBB, DebugLoc DL,
199 DebugLoc DL, unsigned DestReg, unsigned SrcReg, int Offset,
  /external/llvm/include/llvm/CodeGen/
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...]
GCMetadata.h 40 #include "llvm/IR/DebugLoc.h"
54 DebugLoc Loc;
56 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
MachineInstrBuilder.h 236 DebugLoc DL,
245 DebugLoc DL,
258 DebugLoc DL,
269 DebugLoc DL,
280 DebugLoc DL,
298 DebugLoc DL,
308 DebugLoc DL,
318 DebugLoc DL,
334 DebugLoc DL,
344 DebugLoc DL
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 20 #include "llvm/IR/DebugLoc.h"
43 DebugLoc Loc;
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 42 MachineBasicBlock::iterator I, DebugLoc DL,
ThumbRegisterInfo.h 42 DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val,
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 26 #include "llvm/IR/DebugLoc.h"
34 DebugLoc PrevInstLoc;
104 void maybeRecordLocation(DebugLoc DL, const MachineFunction *MF);
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 47 MachineBasicBlock::iterator MI, DebugLoc DL,
77 MachineBasicBlock::iterator II, DebugLoc DL,
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 30 MachineBasicBlock::iterator MBBI, DebugLoc DL);
34 DebugLoc DL) const;
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 140 DebugLoc DL = From.getDebugLoc();
149 DebugLoc DL = MI.getDebugLoc();
182 DebugLoc DL = MI.getDebugLoc();
200 DebugLoc DL = MI.getDebugLoc();
219 DebugLoc DL = MI.getDebugLoc();
233 DebugLoc DL = MI.getDebugLoc();
248 DebugLoc DL = MI.getDebugLoc();
263 DebugLoc DL = MI.getDebugLoc();
279 DebugLoc DL = MI.getDebugLoc();
299 DebugLoc DL = MI.getDebugLoc()
    [all...]

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 9