Searched defs:DbgLoc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h56 DebugLoc DbgLoc; member in class:llvm::FastISel
92 DebugLoc getCurDebugLoc() const { return DbgLoc; }
/external/llvm/include/llvm/IR/
H A DInstruction.h37 DebugLoc DbgLoc; // 'dbg' Metadata cache. member in class:llvm::Instruction
132 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
193 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
196 const DebugLoc &getDebugLoc() const { return DbgLoc; }
H A DIRBuilder.h201 DebugLoc DbgLoc; member in class:llvm::IRBuilderBase::InsertPointGuard
209 DbgLoc(B.getCurrentDebugLocation()) {}
213 Builder.SetCurrentDebugLocation(DbgLoc);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp236 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
342 DebugLoc OldDL = DbgLoc;
344 DbgLoc = DebugLoc();
355 DbgLoc = OldInsertPt.DL;
645 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AdjStackDown))
649 MachineInstrBuilder MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
656 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AdjStackUp))
680 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
751 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
755 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc,
987 FastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DbgLoc) argument
[all...]

Completed in 92 milliseconds