Searched defs:KeyValue (Results 1 – 8 of 8) sorted by relevance
40 type KeyValue = [string, string?]; alias
157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local
337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
242 union KeyValue { union243 KeyValue() {} in KeyValue() function
629 struct KeyValue { struct634 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument
348 bool insert(MapEntryTy *KeyValue) { in insert()414 void remove(MapEntryTy *KeyValue) { in remove()
393 bool insert(MapEntryTy *KeyValue) { in insert()469 void remove(MapEntryTy *KeyValue) { in remove()
773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local