Searched refs:KeyValue (Results 1 – 7 of 7) sorted by relevance
337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local351 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()352 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()360 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()364 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local420 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()421 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local483 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()[all …]
314 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local322 if (KeyValue == "arguments" && !SequenceString) { in parse()325 } else if (KeyValue != "arguments" && !ValueString) { in parse()329 if (KeyValue == "directory") { in parse()331 } else if (KeyValue == "arguments") { in parse()341 } else if (KeyValue == "command") { in parse()344 } else if (KeyValue == "file") { in parse()346 } else if (KeyValue == "output") { in parse()
243 std::vector<Init*> KeyValue; in buildRowInstrMap() local252 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()261 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap()315 std::vector<Init*> KeyValue; in getInstrForColumn() local320 KeyValue.push_back(KeyInstrVal); in getInstrForColumn()327 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn()349 for (Init *Value : KeyValue) { in getInstrForColumn()
79 static std::string compose(const value_type &KeyValue) { in compose() argument80 return (KeyValue.first() + "=" + KeyValue.second).str(); in compose()
366 bool insert(MapEntryTy *KeyValue) { in insert() argument367 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()374 Bucket = KeyValue; in insert()432 void remove(MapEntryTy *KeyValue) { in remove() argument433 RemoveKey(KeyValue); in remove()
765 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local767 FuncCoverages.insert(KeyValue); in print()
3422 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash() local3423 code = hash_combine(code, KeyValue.first, KeyValue.second); in getModuleHash()