Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypesDetails.h30 struct KeyTy { struct
31 llvm::ArrayRef<mlir::Type> members;
32 mlir::StringAttr name;
33 bool incomplete;
34 bool packed;
35 bool padded;
36 RecordType::RecordKind kind;
38 KeyTy(llvm::ArrayRef<mlir::Type> members, mlir::StringAttr name, in KeyTy() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h29 struct KeyTy { struct
30 ArrayRef<Type *> ETypes;
31 bool IsPacked;
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1571 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1574 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()