Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h93 struct KeyTy { struct
94 ArrayRef<Type *> ETypes;
95 bool isPacked;
97 KeyTy(const ArrayRef<Type *> &E, bool P) : ETypes(E), isPacked(P) {} in KeyTy() function
99 KeyTy(const StructType *ST) in KeyTy() function
141 struct KeyTy { struct
142 const Type *ReturnType;
143 ArrayRef<Type *> Params;
144 bool isVarArg;
146 KeyTy(const Type *R, const ArrayRef<Type *> &P, bool V) in KeyTy() argument
[all …]
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.h102 struct KeyTy { struct
106 KeyTy() {} in KeyTy() function
107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Linker/
H A DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1690 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1693 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()