reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5542 assert((VA.getValNo() == ByValVA.getValNo()) && "ValNo mismatch!"); 5579 if (VA.isRegLoc()) { 5580 seenFloatArg |= VA.getLocVT().isFloatingPoint(); 5586 RegsToPass.push_back(std::make_pair(VA.getLocReg(), SVal.getValue(0))); 5592 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg)); 5595 assert(VA.isMemLoc()); 5596 unsigned LocMemOffset = VA.getLocMemOffset();