Searched refs:KeyValue (Results 1 – 7 of 7) sorted by relevance
336 StringRef KeyValue; in parseRewriteFunctionDescriptor() local350 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() local419 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()420 if (KeyValue == "source") { in parseRewriteGlobalVariableDescriptor()428 } else if (KeyValue == "target") { in parseRewriteGlobalVariableDescriptor()[all …]
229 std::vector<const Init *> KeyValue; in buildRowInstrMap() local239 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()248 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap()303 std::vector<const Init *> KeyValue; in getInstrForColumn() local308 KeyValue.push_back(KeyInstrVal); in getInstrForColumn()315 ArrayRef<const Record *> RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn()336 for (const Init *Value : KeyValue) { in getInstrForColumn()
80 static std::string compose(const value_type &KeyValue) { in compose() argument81 return (KeyValue.first() + "=" + KeyValue.second).str(); in compose()
289 for (const auto &KeyValue : *this) {290 auto FindInRHS = RHS.find(KeyValue.getKey());296 if (!(KeyValue.getValue() == FindInRHS->getValue()))309 bool insert(MapEntryTy *KeyValue) { in insert() argument310 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()317 Bucket = KeyValue; in insert()415 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove() argument
356 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local364 if (KeyValue == "arguments") { in parse()383 if (KeyValue == "directory") { in parse()385 } else if (KeyValue == "command") { in parse()388 } else if (KeyValue == "file") { in parse()390 } else if (KeyValue == "output") { in parse()
351 for (auto &KeyValue : AlternateNames) { in handleAlternateNames() local352 auto DefinedSymbolName = KeyValue.second; in handleAlternateNames()353 auto ExternalSymbolsName = KeyValue.first; in handleAlternateNames()
1531 unsigned KeyValue; in checkPointerAuthKey() local1532 return S.checkConstantPointerAuthKey(Arg, KeyValue); in checkPointerAuthKey()1537 std::optional<llvm::APSInt> KeyValue = Arg->getIntegerConstantExpr(Context); in checkConstantPointerAuthKey() local1538 if (!KeyValue) { in checkConstantPointerAuthKey()1545 if (!Context.getTargetInfo().validatePointerAuthKey(*KeyValue)) { in checkConstantPointerAuthKey()1549 Str << *KeyValue; in checkConstantPointerAuthKey()1557 Result = KeyValue->getZExtValue(); in checkConstantPointerAuthKey()