Searched refs:MLoc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 185 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()
|
D | DwarfDebug.cpp | 741 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/ |
D | AsmPrinter.h | 429 const MachineLocation &MLoc) const;
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1805 SourceLocation MLoc = VD->getLocation(); in handleCall() local 1816 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6227 SourceLocation MLoc = MI->getLocStart(); in SpecialMemberIsTrivial() local 6228 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
|