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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp749 MachineLocation MLoc; local
753 MLoc.set(MI->getOperand(0).getReg());
755 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
756 return DebugLocEntry::Value(Expr, MLoc);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp855 MachineLocation MLoc = Asm->getDebugValueLocation(MI); local
856 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
859 MachineLocation MLoc; local
860 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
861 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
/external/clang/include/clang/AST/
H A DOpenMPClause.h3969 /// \param MLoc Location of the modifier
3972 SourceLocation MLoc, SourceLocation KLoc,
3976 Modifier(M), ModifierLoc(MLoc), Kind(Kind), KindLoc(KLoc) {}
3971 OMPDefaultmapClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, SourceLocation KLoc, SourceLocation EndLoc, OpenMPDefaultmapClauseKind Kind, OpenMPDefaultmapClauseModifier M) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6418 SourceLocation MLoc = MI->getLocStart(); local
6419 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0;

Completed in 2378 milliseconds