reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 void printValue(Value *V, bool isL);
55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); 58 printValue(cast<CallInst>(V)->getCalledValue(), isL); 61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); 116 printValue(L, true); 118 printValue(R, false); 123 printValue(I->L, true); 125 printValue(I->R, false); 178 case 'l': printValue(Log.getArgument(arg++), true); break; 179 case 'r': printValue(Log.getArgument(arg++), false); break;