Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h79 struct KeyTy { struct
80 ArrayRef<Type*> ETypes;
81 bool isPacked;
82 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
84 KeyTy(const StructType *ST) in KeyTy() function
122 struct KeyTy { struct
123 const Type *ReturnType;
124 ArrayRef<Type*> Params;
125 bool isVarArg;
126 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Linker/
H A DLinker.h30 struct KeyTy { struct
31 ArrayRef<Type *> ETypes;
32 bool IsPacked;
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp1607 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
1610 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in Linker::StructTypeKeyInfo::KeyTy
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp112 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()