Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h61 struct LLVMStructTypeStorage : public TypeStorage { struct
72 Key(StringRef name, bool opaque) in Key()
75 Key(ArrayRef<LLVMType> types, bool packed) in Key()
79 bool isIdentified() const { return identified; } in isIdentified()
80 bool isPacked() const { in isPacked()
85 bool isOpaque() const { in isOpaque()
92 StringRef getIdentifier() const { in getIdentifier()
99 ArrayRef<LLVMType> getTypeList() const { in getTypeList()
109 llvm::hash_code hashValue() const { in hashValue()
134 Key copyIntoAllocator(TypeStorageAllocator &allocator) const { in copyIntoAllocator()
[all …]