Home
last modified time | relevance | path

Searched refs:MLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp185 const MachineLocation &MLoc) const { in EmitDwarfRegOp()
189 int Reg = MRI->getDwarfRegNum(MLoc.getReg(), false); in EmitDwarfRegOp()
192 if (MLoc.isIndirect()) in EmitDwarfRegOp()
201 if (!Expr.AddMachineRegPiece(MLoc.getReg())) in EmitDwarfRegOp()
207 if (MLoc.isIndirect()) in EmitDwarfRegOp()
208 Expr.AddRegIndirect(Reg, MLoc.getOffset()); in EmitDwarfRegOp()
DDwarfDebug.cpp741 MachineLocation MLoc; in getDebugLocValue() local
745 MLoc.set(MI->getOperand(0).getReg()); in getDebugLocValue()
747 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm()); in getDebugLocValue()
748 return DebugLocEntry::Value(Var, Expr, MLoc); in getDebugLocValue()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h429 const MachineLocation &MLoc) const;
/external/clang/lib/Analysis/
DThreadSafety.cpp1805 SourceLocation MLoc = VD->getLocation(); in handleCall() local
1816 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6227 SourceLocation MLoc = MI->getLocStart(); in SpecialMemberIsTrivial() local
6228 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()