Searched refs:KeyValue (Results 1 – 6 of 6) sorted by relevance
339 StringRef KeyValue; in parseRewriteFunctionDescriptor() local353 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() local422 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()423 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()431 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()[all …]
258 for (const auto &KeyValue : *this) {259 auto FindInRHS = RHS.find(KeyValue.getKey());264 if (!(KeyValue.getValue() == FindInRHS->getValue()))276 bool insert(MapEntryTy *KeyValue) { in insert() argument277 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()284 Bucket = KeyValue; in insert()353 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove() argument
232 std::vector<Init*> KeyValue; in buildRowInstrMap() local241 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()250 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap()304 std::vector<Init*> KeyValue; in getInstrForColumn() local309 KeyValue.push_back(KeyInstrVal); in getInstrForColumn()316 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn()337 for (Init *Value : KeyValue) { in getInstrForColumn()
365 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local373 if (KeyValue == "arguments") { in parse()392 if (KeyValue == "directory") { in parse()394 } else if (KeyValue == "command") { in parse()397 } else if (KeyValue == "file") { in parse()399 } else if (KeyValue == "output") { in parse()
34 alias KeyValue = KeyValueTemplate!(Key, Value); variable40 KeyValue keyValue;
4564 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash() local4565 code = hash_combine(code, KeyValue.first, KeyValue.second); in getModuleHash()