Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDInMemoryModuleCache.h66 llvm::MemoryBuffer &addPCM(llvm::StringRef Filename,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDInMemoryModuleCache.cpp25 InMemoryModuleCache::addPCM(llvm::StringRef Filename, in addPCM() function in InMemoryModuleCache
HDModuleManager.cpp215 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf)); in addModule()