Home
last modified time | relevance | path

Searched refs:addBuiltPCM (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h75 llvm::MemoryBuffer &addBuiltPCM(llvm::StringRef Filename,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp33 InMemoryModuleCache::addBuiltPCM(llvm::StringRef Filename, in addBuiltPCM() function in InMemoryModuleCache
H A DModuleManager.cpp189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()
H A DASTWriter.cpp4313 ModuleCache.addBuiltPCM(OutputFile, in WriteAST()