Lines Matching refs:KeyValue
337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
351 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
352 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
360 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
362 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
364 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
420 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
421 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
429 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
431 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
483 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
484 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
492 } else if (KeyValue.equals("target")) { in parseRewriteGlobalAliasDescriptor()
494 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalAliasDescriptor()