Lines Matching refs:KeyValue
338 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
352 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
353 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
361 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
363 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
365 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
407 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
421 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
422 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
430 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
432 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
470 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
484 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
485 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
493 } else if (KeyValue.equals("target")) { in parseRewriteGlobalAliasDescriptor()
495 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalAliasDescriptor()