Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h76 struct KeyTy { struct
77 ArrayRef<Type*> ETypes;
78 bool isPacked;
80 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
83 KeyTy(const StructType *ST) in KeyTy() argument
128 struct KeyTy { struct
129 const Type *ReturnType;
130 ArrayRef<Type*> Params;
131 bool isVarArg;
133 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.h102 struct KeyTy { struct
106 KeyTy() : Filename(), Timestamp() {} in KeyTy() argument
107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
H A DIRMover.h27 struct KeyTy { struct
28 ArrayRef<Type *> ETypes;
29 bool IsPacked;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1531 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1534 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp99 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()