Home
last modified time | relevance | path

Searched defs:KeyTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.h80 struct KeyTy { struct
81 ArrayRef<Type*> ETypes;
82 bool isPacked;
83 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function
85 KeyTy(const StructType *ST) in KeyTy() argument
123 struct KeyTy { struct
124 const Type *ReturnType;
125 ArrayRef<Type*> Params;
126 bool isVarArg;
127 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() argument
[all …]
/external/llvm/include/llvm/Linker/
DLinker.h30 struct KeyTy { struct
31 ArrayRef<Type *> ETypes;
32 bool IsPacked;
/external/llvm/lib/Linker/
DLinkModules.cpp1619 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
1622 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp108 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()