Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h98 struct KeyTy { struct
99 ArrayRef<Type*> ETypes;
100 bool isPacked;
102 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function
105 KeyTy(const StructType *ST) in KeyTy() argument
150 struct KeyTy { struct
151 const Type *ReturnType;
152 ArrayRef<Type*> Params;
153 bool isVarArg;
155 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() argument
[all …]
/external/llvm/lib/IR/
DLLVMContextImpl.h81 struct KeyTy { struct
82 ArrayRef<Type*> ETypes;
83 bool isPacked;
84 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
86 KeyTy(const StructType *ST) in KeyTy() argument
124 struct KeyTy { struct
125 const Type *ReturnType;
126 ArrayRef<Type*> Params;
127 bool isVarArg;
128 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.h99 struct KeyTy { struct
103 KeyTy() : Filename(), Timestamp() {} in KeyTy() function
104 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/external/llvm/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/external/llvm/lib/Linker/
DIRMover.cpp1259 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1262 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1374 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1377 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp101 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()