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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp415 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks));
481 return Storage.asMemory().Data.size();
693 new (&asMemory()) InMemoryPreamble(std::move(Memory));
713 new (&asMemory()) InMemoryPreamble(std::move(Other.asMemory()));
739 PrecompiledPreamble::PCHStorage::asMemory() { function in class:PrecompiledPreamble::PCHStorage
745 PrecompiledPreamble::PCHStorage::asMemory() const { function in class:PrecompiledPreamble::PCHStorage
746 return const_cast<PCHStorage *>(this)->asMemory();
757 asMemory().~InMemoryPreamble();
843 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h191 InMemoryPreamble &asMemory();
192 const InMemoryPreamble &asMemory() const;

Completed in 101 milliseconds