Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp414 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::PCHStorage
745 PrecompiledPreamble::PCHStorage::asMemory() const { in asMemory() function in PrecompiledPreamble::PCHStorage
746 return const_cast<PCHStorage *>(this)->asMemory(); in asMemory()
757 asMemory().~InMemoryPreamble(); in destroy()
844 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory().Data); in setupPreambleStorage()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h192 InMemoryPreamble &asMemory();
193 const InMemoryPreamble &asMemory() const;