HomeSort by relevance Sort by last modified time
    Searched defs:KeyTy (Results 1 - 3 of 3) 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/
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...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]

Completed in 308 milliseconds