Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp180 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()
DDwarfDebug.cpp749 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/llvm/include/llvm/CodeGen/
DAsmPrinter.h444 const MachineLocation &MLoc) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp979 MachineLocation MLoc(RegOp.getReg(), Op1.isImm()); in getDebugLocValue() local
980 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue()
/external/clang/lib/Analysis/
DThreadSafety.cpp1802 SourceLocation MLoc = VD->getLocation(); in handleCall() local
1813 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
/external/clang/include/clang/Lex/
DPreprocessor.h1905 SourceLocation MLoc);
/external/clang/include/clang/AST/
DOpenMPClause.h3972 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument
3976 Modifier(M), ModifierLoc(MLoc), Kind(Kind), KindLoc(KLoc) {} in OMPDefaultmapClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11439 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()
DSemaDeclCXX.cpp6418 SourceLocation MLoc = MI->getLocStart(); in SpecialMemberIsTrivial() local
6419 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
/external/clang/include/clang/Sema/
DSema.h8471 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,