HomeSort by relevance Sort by last modified time
    Searched refs:KeyTy (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Linker/
IRMover.h 26 struct KeyTy {
29 KeyTy(ArrayRef<Type *> E, bool P);
30 KeyTy(const StructType *ST);
31 bool operator==(const KeyTy &that) const;
32 bool operator!=(const KeyTy &that) const;
36 static unsigned getHashValue(const KeyTy &Key);
38 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /external/llvm/lib/IR/
MetadataImpl.h 24 const typename InfoT::KeyTy &Key) {
LLVMContextImpl.h 80 struct KeyTy {
83 KeyTy(const ArrayRef<Type*>& E, bool P) :
85 KeyTy(const StructType *ST)
87 bool operator==(const KeyTy& that) const {
94 bool operator!=(const KeyTy& that) const {
104 static unsigned getHashValue(const KeyTy& Key) {
110 return getHashValue(KeyTy(ST));
112 static bool isEqual(const KeyTy& LHS, const StructType *RHS) {
115 return LHS == KeyTy(RHS);
123 struct KeyTy {
    [all...]
DebugInfoMetadata.cpp 52 DILocationInfo::KeyTy(Line, Column, Scope, InlinedAt)))
182 GenericDINodeInfo::KeyTy Key(Tag, getString(Header), DwarfOps);
201 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
210 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \
Type.cpp 358 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
401 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
Metadata.cpp 588 setHash(MDTupleInfo::KeyTy::calculateHash(this));
717 MDTupleInfo::KeyTy Key(MDs);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 113 template <typename KeyTy>
115 SmallPtrSet<KeyTy, 4> > &ReverseMap,
116 Instruction *Inst, KeyTy Val) {
117 typename DenseMap<Instruction*, SmallPtrSet<KeyTy, 4> >::iterator
    [all...]

Completed in 210 milliseconds