Lines Matching refs:KeyValue
317 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
331 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
332 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
340 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
342 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
344 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
384 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
398 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
399 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
407 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
409 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
446 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
460 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
461 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
469 } else if (KeyValue.equals("target")) { in parseRewriteGlobalAliasDescriptor()
471 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalAliasDescriptor()