Home
last modified time | relevance | path

Searched refs:KeyValue (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSymbolRewriter.cpp319 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
333 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
334 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
342 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
344 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
346 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
386 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
400 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
401 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
409 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
[all …]
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenMapTable.cpp243 std::vector<Init*> KeyValue; in buildRowInstrMap() local
247 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
256 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap()
310 std::vector<Init*> KeyValue; in getInstrForColumn() local
315 KeyValue.push_back(KeyInstrVal); in getInstrForColumn()
322 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue]; in getInstrForColumn()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDStringMap.h298 bool insert(MapEntryTy *KeyValue) { in insert() argument
299 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
306 Bucket = KeyValue; in insert()
356 void remove(MapEntryTy *KeyValue) { in remove() argument
357 RemoveKey(KeyValue); in remove()
/NextBSD/contrib/llvm/lib/IR/
HDGCOV.cpp629 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local
631 FuncCoverages.insert(KeyValue); in print()