Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp595 std::string ModifiedContent; in ReadBundle() local
602 ModifiedContent = std::move(*HostBundleOrErr); in ReadBundle()
603 Content = ModifiedContent; in ReadBundle()