Searched refs:asMemory (Results 1 – 2 of 2) sorted by relevance
414 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks)); in Build()481 return Storage.asMemory().Data.size(); in getSize()693 new (&asMemory()) InMemoryPreamble(std::move(Memory)); in PCHStorage()713 new (&asMemory()) InMemoryPreamble(std::move(Other.asMemory())); in operator =()739 PrecompiledPreamble::PCHStorage::asMemory() { in asMemory() function in PrecompiledPreamble::PCHStorage745 PrecompiledPreamble::PCHStorage::asMemory() const { in asMemory() function in PrecompiledPreamble::PCHStorage746 return const_cast<PCHStorage *>(this)->asMemory(); in asMemory()757 asMemory().~InMemoryPreamble(); in destroy()844 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory().Data); in setupPreambleStorage()
192 InMemoryPreamble &asMemory();193 const InMemoryPreamble &asMemory() const;