Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp422 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::PCHStorage
753 PrecompiledPreamble::PCHStorage::asMemory() const { in asMemory() function in PrecompiledPreamble::PCHStorage
754 return const_cast<PCHStorage *>(this)->asMemory(); in asMemory()
765 asMemory().~InMemoryPreamble(); in destroy()
851 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory().Data); in setupPreambleStorage()
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp25 inline uint8_t *asMemory(VkDescriptorSet descriptorSet) in asMemory() function
188 auto it = std::find(nodes.begin(), itEnd, asMemory(descriptorSet)); in freeSet()
/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h191 InMemoryPreamble &asMemory();
192 const InMemoryPreamble &asMemory() const;