Searched refs:asMemory (Results 1 – 3 of 3) sorted by relevance
422 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks)); in Build()489 return Storage.asMemory().Data.size(); in getSize()701 new (&asMemory()) InMemoryPreamble(std::move(Memory)); in PCHStorage()721 new (&asMemory()) InMemoryPreamble(std::move(Other.asMemory())); in operator =()747 PrecompiledPreamble::PCHStorage::asMemory() { in asMemory() function in PrecompiledPreamble::PCHStorage753 PrecompiledPreamble::PCHStorage::asMemory() const { in asMemory() function in PrecompiledPreamble::PCHStorage754 return const_cast<PCHStorage *>(this)->asMemory(); in asMemory()765 asMemory().~InMemoryPreamble(); in destroy()851 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory().Data); in setupPreambleStorage()
25 inline uint8_t *asMemory(VkDescriptorSet descriptorSet) in asMemory() function188 auto it = std::find(nodes.begin(), itEnd, asMemory(descriptorSet)); in freeSet()
191 InMemoryPreamble &asMemory();192 const InMemoryPreamble &asMemory() const;