Lines Matching refs:KeyValue
336 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
350 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
351 if (KeyValue == "source") { in parseRewriteFunctionDescriptor()
359 } else if (KeyValue == "target") { in parseRewriteFunctionDescriptor()
361 } else if (KeyValue == "transform") { in parseRewriteFunctionDescriptor()
363 } else if (KeyValue == "naked") { in parseRewriteFunctionDescriptor()
405 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
419 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
420 if (KeyValue == "source") { in parseRewriteGlobalVariableDescriptor()
428 } else if (KeyValue == "target") { in parseRewriteGlobalVariableDescriptor()
430 } else if (KeyValue == "transform") { in parseRewriteGlobalVariableDescriptor()
468 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
482 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
483 if (KeyValue == "source") { in parseRewriteGlobalAliasDescriptor()
491 } else if (KeyValue == "target") { in parseRewriteGlobalAliasDescriptor()
493 } else if (KeyValue == "transform") { in parseRewriteGlobalAliasDescriptor()