/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 180 const MachineLocation &MLoc) const { in EmitDwarfRegOp() 183 int Reg = MRI->getDwarfRegNum(MLoc.getReg(), false); in EmitDwarfRegOp() 186 if (MLoc.isIndirect()) in EmitDwarfRegOp() 196 MLoc.getReg())) in EmitDwarfRegOp() 202 if (MLoc.isIndirect()) in EmitDwarfRegOp() 203 Expr.AddRegIndirect(Reg, MLoc.getOffset()); in EmitDwarfRegOp()
|
D | DwarfDebug.cpp | 749 MachineLocation MLoc; in getDebugLocValue() local 753 MLoc.set(MI->getOperand(0).getReg()); in getDebugLocValue() 755 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm()); in getDebugLocValue() 756 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 102 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
|
D | ARMAsmPrinter.cpp | 232 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const { in EmitDwarfRegOp() 234 if (RI->getDwarfRegNum(MLoc.getReg(), false) != -1) in EmitDwarfRegOp() 235 AsmPrinter::EmitDwarfRegOp(MLoc); in EmitDwarfRegOp() 237 unsigned Reg = MLoc.getReg(); in EmitDwarfRegOp()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 396 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 444 const MachineLocation &MLoc) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 855 MachineLocation MLoc = Asm->getDebugValueLocation(MI); in getDebugLocEntry() local 856 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry() 859 MachineLocation MLoc; in getDebugLocEntry() local 860 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm()); in getDebugLocEntry() 861 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry()
|
D | AsmPrinter.cpp | 779 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const { in EmitDwarfRegOp() 781 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false); in EmitDwarfRegOp() 783 for (const unsigned *SR = TRI->getSuperRegisters(MLoc.getReg()); in EmitDwarfRegOp() 797 if (int Offset = MLoc.getOffset()) { in EmitDwarfRegOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 979 MachineLocation MLoc(RegOp.getReg(), Op1.isImm()); in getDebugLocValue() local 980 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1802 SourceLocation MLoc = VD->getLocation(); in handleCall() local 1813 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1905 SourceLocation MLoc);
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3972 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument 3976 Modifier(M), ModifierLoc(MLoc), Kind(Kind), KindLoc(KLoc) {} in OMPDefaultmapClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11439 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause() argument 11450 Loc = MLoc; in ActOnOpenMPDefaultmapClause() 11463 OMPDefaultmapClause(StartLoc, LParenLoc, MLoc, KindLoc, EndLoc, Kind, M); in ActOnOpenMPDefaultmapClause()
|
D | SemaDeclCXX.cpp | 6418 SourceLocation MLoc = MI->getLocStart(); in SpecialMemberIsTrivial() local 6419 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8471 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
|