Lines Matching refs:KeyValue
339 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
353 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
354 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
362 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
364 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
366 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
408 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
422 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
423 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
431 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
433 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
471 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
485 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
486 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
494 } else if (KeyValue.equals("target")) { in parseRewriteGlobalAliasDescriptor()
496 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalAliasDescriptor()