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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp248 const MachineLocation &MLoc,
251 assert(MLoc.isReg() && "MLoc must be a register");
253 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false);
264 for (MCSuperRegIterator SR(MLoc.getReg(), TRI); SR.isValid(); ++SR) {
267 unsigned Idx = TRI->getSubRegIndex(*SR, MLoc.getReg());
294 unsigned RegSize = TRI->getMinimalPhysRegClass(MLoc.getReg())->getSize() * 8;
298 for (MCSubRegIterator SR(MLoc.getReg(), TRI); SR.isValid(); ++SR) {
299 unsigned Idx = TRI->getSubRegIndex(MLoc.getReg(), *SR);
332 const MachineLocation &MLoc,
247 EmitDwarfRegOpPiece(ByteStreamer &Streamer, const MachineLocation &MLoc, unsigned PieceSizeInBits, unsigned PieceOffsetInBits) const argument
331 EmitDwarfRegOp(ByteStreamer &Streamer, const MachineLocation &MLoc, bool Indirect) const argument
[all...]
H A DDwarfDebug.cpp1170 MachineLocation MLoc; local
1174 MLoc.set(MI->getOperand(0).getReg());
1176 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
1177 return DebugLocEntry::Value(Var, MLoc);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp2086 SourceLocation MLoc = VD->getLocation(); local
2091 Analyzer->addLock(FSet, SMutex, LockData(MLoc, LK_Exclusive, M),
2094 Analyzer->addLock(FSet, SMutex, LockData(MLoc, LK_Shared, M),
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5882 SourceLocation MLoc = MI->getLocStart(); local
5883 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0;

Completed in 105 milliseconds