Searched refs:SymbolRefAttributeStorage (Results 1 – 2 of 2) sorted by relevance
292 struct SymbolRefAttributeStorage final294 public llvm::TrailingObjects<SymbolRefAttributeStorage,298 SymbolRefAttributeStorage(StringRef value, size_t numNestedRefs) in SymbolRefAttributeStorage() function307 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()
34 struct SymbolRefAttributeStorage;346 detail::SymbolRefAttributeStorage> {