Home
last modified time | relevance | path

Searched refs:SymbolRefAttributeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h292 struct SymbolRefAttributeStorage final
294 public llvm::TrailingObjects<SymbolRefAttributeStorage,
298 SymbolRefAttributeStorage(StringRef value, size_t numNestedRefs) in SymbolRefAttributeStorage() function
307 static SymbolRefAttributeStorage *
309 auto size = SymbolRefAttributeStorage::totalSizeToAlloc<FlatSymbolRefAttr>( in construct()
311 auto rawMem = allocator.allocate(size, alignof(SymbolRefAttributeStorage)); in construct()
312 auto result = ::new (rawMem) SymbolRefAttributeStorage( in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h34 struct SymbolRefAttributeStorage;
346 detail::SymbolRefAttributeStorage> {